Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have a macro that update the seriescollection values based on a checkbox. If it's true it calls the following code and false it replaces the inArray to a range with "0" value. inArray = Range("A2:D2").Value ActiveChart.SeriesCollection(i).Values = array(inArray) It worked at 1 point and now I get this error "Error 1004 - unable to set the values property of the series class". So I convert the 2 dim array into 1 dim and assign the 1 dim array into Activechart.seriescollection.values. The problem is that the first time it works fine but after that, I get the same error message. Pls help. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
replace VBA run-time error message with custom message | Excel Programming | |||
error message: compile error, argument not optional | Excel Programming | |||
Excel XP error message Run Time Error 91 | Excel Programming | |||
changing the message in an error message | Excel Worksheet Functions | |||
How do I get rid of "Compile error in hidden module" error message | Excel Discussion (Misc queries) |