Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
JP JP is offline
external usenet poster
 
Posts: 103
Default ActiveChart, Data!R code

I am troubleshooting some prior code which is giving me a 'invalid parameter'
error 1004. c and d are global integers. This was created in xl2003 and
appears not to work in xl2007. Are there suggestions on how to rewrite this?

ActiveChart.SeriesCollection(a).Name = "=Data!R" & c & "C" & d
ActiveChart.SeriesCollection(a).XValues = "=Data!R" & c & "C" & d + 1
ActiveChart.SeriesCollection(a).Values = "=Data!R" & c & "C" & d + 2
ActiveChart.SeriesCollection(a).BubbleSizes = "=Data!R" & c & "C" & d + 3
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
ActiveChart.Location help Dave Excel Discussion (Misc queries) 1 November 16th 07 07:38 PM
Edit Chart Macro Help - Skip ActiveChart Selection if no data [email protected] Excel Programming 1 April 6th 07 10:30 PM
ActiveChart.ADD Fails Sean McPoland[_6_] Excel Programming 3 September 24th 04 04:19 AM
How does the ActiveChart.Location() work Ramil[_2_] Excel Programming 0 January 20th 04 04:56 PM
Argument List Of ActiveChart.Location And ActiveChart.ChartType Mo[_3_] Excel Programming 2 September 1st 03 11:12 PM


All times are GMT +1. The time now is 05:35 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"