Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there a way to create a macro that deletes other macros
and / or deletes modules? Thank you, Steven |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Steven,
See www.cpearson.com/excel/vbe.htm for details and example code. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "Steven" wrote in message ... Is there a way to create a macro that deletes other macros and / or deletes modules? Thank you, Steven |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Chip Pearson wrote:
Steven, See www.cpearson.com/excel/vbe.htm for details and example code. Chip, If McAfee VirusScan ASaP is installed, this won't work. McAfee is very effective at zapping the entire code module when you have a line of code that changes the VBA project. More precisely, McAfee considers the following methods as possible viral actions: VBComponents.Add VBComponents.Remove VBComponents.Import CodeModule.InsertLines CodeModule.DeleteLines I don't know about other McAfee products or AV products from other companies, but I think a precautionary warning on your website might be appropriate. -- Amedee Van Gasse To top-post is human, to bottom-post and snip is sublime. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro warning - how to delete macro | Excel Worksheet Functions | |||
delete a macro that isn't in macro list | Excel Discussion (Misc queries) | |||
How can I delete a macro when the Delete button is not active? | Excel Worksheet Functions | |||
How do i delete a macro in Excel 2003 when delete isn't highlight | Excel Discussion (Misc queries) | |||
macro to delete entire rows when column A is blank ...a quick macro | Excel Programming |