Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I have a mcro there lookup in another fil But sometimes this dosn't work because the net i down or something like that, but my macro trying to get the data how can i stop this ?? Regards Alvin |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Put some error handling it in. At the start of the module add
On Error Goto mod_exit then at the end add mod_exit: after this code you can test the error, and handle it. It is difficult to say what to do as we don't know what you are trying to do. You might also need to make some test to force an error, again depends upon what you are doing. -- HTH Bob Phillips (remove nothere from email address if mailing direct) "alvin Kuiper" wrote in message ... Hi I have a mcro there lookup in another fil But sometimes this dosn't work because the net i down or something like that, but my macro trying to get the data how can i stop this ?? Regards Alvin |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
stop a macro | Excel Programming | |||
How do I stop a macro from running within a macro? | Excel Programming | |||
Stop running a macro in the middle of a macro | Excel Programming | |||
Macro: With Stop it works. Without Stop it doesn't. | Excel Programming | |||
Start Macro / Stop Macro / Restart Macro | Excel Programming |