hello,
I'm using a on error goto approach, heres the code.
My problem is that the ErrorHand runs even when there is no error. I think its because of it's positioning in the code but i still can't fix it...![]()
On Error GoTo ErrorHand Windows("book1").Activate ErrorHand: MsgBox "Please download JDE Report, Save it as book1, And Run Macro Again", , "Warning!": Exit Sub
Anyone?
Bookmarks