Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Need urgent help with VBA 2007 CHARTWIZARD method !!!

Hey,

I am getting the runtime error -2147467259(80004005) "The specified
dimension is not valid for the current chart type"

in EXCEL 2007 VBA code to generate a 3D PIE. This code just fine in EXCEL
2003.



so what changed in 2007? Any ideas to fix this.



BTW, i need to make this code run in both 2003 and 2007... please help!!!



This is a urgent issue and i need to fix this ASAP. so any
comments/suggestions are most appreciated.





Thanks,

Raju


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,582
Default Need urgent help with VBA 2007 CHARTWIZARD method !!!

You did one thing right: you provided the error number and description.

You did two things wrong. 1. You neglected to provide the code that failed.
2. You're using a 3D pie chart, one of the least effective ways to display
information..

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"rAJU_sR" wrote in message
...
Hey,

I am getting the runtime error -2147467259(80004005) "The specified
dimension is not valid for the current chart type"

in EXCEL 2007 VBA code to generate a 3D PIE. This code just fine in EXCEL
2003.



so what changed in 2007? Any ideas to fix this.



BTW, i need to make this code run in both 2003 and 2007... please help!!!



This is a urgent issue and i need to fix this ASAP. so any
comments/suggestions are most appreciated.





Thanks,

Raju




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Need urgent help with VBA 2007 CHARTWIZARD method !!!

hi,

here is the code:
ActiveChart.ChartWizard Source:=xyz, Gallery:=xl3DPie, _
Format:=7, PlotBy:=xlColumns, CategoryLabels:=1, SeriesLabels:=1, _
HasLegend:=2, Title:="", CategoryTitle:="", ValueTitle:="",
ExtraTitle:=""


"Jon Peltier" wrote:

You did one thing right: you provided the error number and description.

You did two things wrong. 1. You neglected to provide the code that failed.
2. You're using a 3D pie chart, one of the least effective ways to display
information..

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
Peltier Technical Services, Inc. - http://PeltierTech.com
_______


"rAJU_sR" wrote in message
...
Hey,

I am getting the runtime error -2147467259(80004005) "The specified
dimension is not valid for the current chart type"

in EXCEL 2007 VBA code to generate a 3D PIE. This code just fine in EXCEL
2003.



so what changed in 2007? Any ideas to fix this.



BTW, i need to make this code run in both 2003 and 2007... please help!!!



This is a urgent issue and i need to fix this ASAP. so any
comments/suggestions are most appreciated.





Thanks,

Raju





Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
IME MODE FOR EXCEL 2007 (URGENT URGENT) Stella Wong Excel Discussion (Misc queries) 1 August 23rd 08 11:16 PM
2007: Chartwizard bugs MrT Excel Programming 3 January 11th 07 09:38 AM
Urgent help Runtime error ‘1004’ Method ‘SaveAs’ of object’-Workbook’ failed ????? funkymonkUK[_155_] Excel Programming 4 May 4th 06 12:56 PM
CreateCubeFile Method - RARELY Used - Need urgent help SG Excel Programming 2 February 28th 06 07:17 AM
Sub Total Method URGENT jacqui[_2_] Excel Programming 1 February 20th 04 02:50 PM


All times are GMT +1. The time now is 07:34 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"