View Single Post
  #1  
Old 05-08-2008, 11:25 AM
CREvans CREvans is online now
Registered User
 
Join Date: 03-10-2008
Location: Iowa
Posts: 28
partially clearing temporary macros

Other than explicitly specifying what temporary macros to delete by name, is there a way to use a wildcard to delete a range of temporary macros?

I'm currently using this:

Application.Macros(vbldMacroTemporary).Clear

But this clears out all temporary macros, even those I'd like to keep around, if possible.
Reply With Quote