PDA

View Full Version : Runtime Error 1004



Alan Júlio
02-17-2010, 09:40 AM
Hi folks,

I'm dealing with Series object and sometimes the atribuition below mysteryously breaks down.


With obj
...
.XValues = XVal ' XVal is Variant array - Dim XVal() As Variant
...
End With


The error dialog box shows:
Runtime Error '1004'
It's not possible to define the XValues property of Series class.


That error also ocurrs with Values property sometimes.

How to fix this problem? What happens?

Thank you. See you.

Bob Phillips
02-17-2010, 09:58 AM
Can you post a specifc example?