S
Stitch10925
Hello,
I have a dynamically generated bubblechart that I populate from data from a
pivot table. This works perfectly on my XP computer (Office 2003), but on the
Vista computer of my boss (Office 2007), the thing gives me an error message
and I just can't figure it out...
Here is the line of code where it throws the error:
ActiveChart.SeriesCollection(Cnt - 1).BubbleSizes = "=" &
Sheets("BubbleData").Cells(Cnt, 4).Address(ReferenceStyle:=xlR1C1,
External:=True)
The error message is:
"Run-time error '5':
Invalid procedure call or argument"
As stated, the code works fine on Office 2003, but not Office 2007, anyone
know what the problem is?
Sincerely,
Stitch10925
I have a dynamically generated bubblechart that I populate from data from a
pivot table. This works perfectly on my XP computer (Office 2003), but on the
Vista computer of my boss (Office 2007), the thing gives me an error message
and I just can't figure it out...
Here is the line of code where it throws the error:
ActiveChart.SeriesCollection(Cnt - 1).BubbleSizes = "=" &
Sheets("BubbleData").Cells(Cnt, 4).Address(ReferenceStyle:=xlR1C1,
External:=True)
The error message is:
"Run-time error '5':
Invalid procedure call or argument"
As stated, the code works fine on Office 2003, but not Office 2007, anyone
know what the problem is?
Sincerely,
Stitch10925