Re: Existing Excel Addin crashes in Excel 2007
- From: Cindy M. <C.Meister-C@xxxxxxxxxx>
- Date: Sat, 07 Apr 2007 16:47:07 +0200
Hi Dave,
Since you haven't gotten a response here, try asking in the more
specialized excel.programming newsgroup. The folks there may have
run into this during beta and know what's going on. The charting
engine was changed so extensively, you'll probably come across
quite a few things that no longer function the same...
I have an existing Excel addin written several years ago,
which has worked without changes on Excel 97, 2000 & 2003.
With Excel 2007, it gets a run-time error '438':
"Object doesn't support this property or method."
I have tracked it down to this line of code:
For Each pnt In ech.ChartGroups(1).SeriesCollection(1).Points
where the data items are defined as:
Dim pnt As Excel.Point
Dim ech As Excel.Chart
and after ChartWizard has been called to create a 3DPie chart.
Any ideas why this should happen and how to fix it?
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17
2005)
http://www.word.mvps.org
This reply is posted in the Newsgroup; please post any follow
question or reply in the newsgroup and not by e-mail :-)
.
- Follow-Ups:
- Re: Existing Excel Addin crashes in Excel 2007
- From: Dave Hart
- Re: Existing Excel Addin crashes in Excel 2007
- Prev by Date: Re: How to verify picture in word's header
- Next by Date: Re: Always have menu items maximized (get rid of down arrow).
- Previous by thread: Re: How to verify picture in word's header
- Next by thread: Re: Existing Excel Addin crashes in Excel 2007
- Index(es):
Relevant Pages
|