C
cr113
I'm getting the following error: "Run time error -2147221080:
Automation error" running an excel macro in 2003. I think the problem
is when I try to delete a worksheet with a command button on it. I
think somehow the button creates a reference to the worksheet and this
causes a problem when I delete the worksheet.
To duplicate this error add a button to the first worksheet and step
thru the following code using F8:
sub test
Worksheets(1).Delete
end sub
After deleting the worksheet I get the following message: "Can't enter
break mode at this time"
I think this is leading to the Automation error.
Any workarounds?
Automation error" running an excel macro in 2003. I think the problem
is when I try to delete a worksheet with a command button on it. I
think somehow the button creates a reference to the worksheet and this
causes a problem when I delete the worksheet.
To duplicate this error add a button to the first worksheet and step
thru the following code using F8:
sub test
Worksheets(1).Delete
end sub
After deleting the worksheet I get the following message: "Can't enter
break mode at this time"
I think this is leading to the Automation error.
Any workarounds?