excel macro question

Joined
Oct 4, 2007
Messages
1
Reaction score
0
Hi,
I keep getting a runtime error '1004' Method 'GoTo' of object '_Application' failed.
Sub AUTO_Open()
Application.ScreenUpdating = False
Application.Goto Reference:="STATEMENT"

The last line is what the debugger always goes to, any suggestions?
Thanks
 
Back
Top