katie1071
Board Regular
- Joined
- Mar 17, 2003
- Messages
- 120
Hi,
Need help with an IF statement in VB. I need to check if a Sheet has been deleted before switching to it and processing.
For example, a user could delete a worksheet called out in a macro. If so, the module will fail.
In the code, each sheet is called out by Sheet#.Select. I just want to verify it exists before moving forward.
Thanks,
Katie
Need help with an IF statement in VB. I need to check if a Sheet has been deleted before switching to it and processing.
For example, a user could delete a worksheet called out in a macro. If so, the module will fail.
In the code, each sheet is called out by Sheet#.Select. I just want to verify it exists before moving forward.
Thanks,
Katie