Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   [VBP] General Discussion (https://www.kinook.com/Forum/forumdisplay.php?f=2)
-   -   partially clearing temporary macros (https://www.kinook.com/Forum/showthread.php?t=3600)

CREvans 05-08-2008 11:25 AM

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.

kinook 05-08-2008 11:29 AM

The Remove method of the Macros collection does not accept a wildcard. To selectively delete some macros, you would need to use script code to remove by name as needed.


All times are GMT -5. The time now is 03:38 PM.


Copyright © 1999-2023 Kinook Software, Inc.