Thread: Disable Code
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
gocush[_23_] gocush[_23_] is offline
external usenet poster
 
Posts: 1
Default Disable Code


Depending on how many macros you have or need to disable, might try a
low tech method:

add this as the first line in each macro you want to disable:

exit sub

Then go thru them individually, debugging or editing as needed.


------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~View and post usenet messages directly from http://www.ExcelForum.com/