View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ben Ben is offline
external usenet poster
 
Posts: 509
Default Is There a Function To Reset Macros?

JK,

Macros generally can not be 'undone' you would have to write an undo or
reset for every macro

"JK" wrote:

Dear Group:

My procedures are generally written to trap errors; however, I am known to
occassionally miss one (or two, or three), which in turn causes a Run Time
Error. Not bad for me (I can fix it), but when it happens to a user of my
application, it's awful. Is there a function I can include on my toolbar
that my users can call to reset the macros until I write the patch?

Thank you in advance.

Jim Kobzeff