Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I purge an excel file of all macros? I still receive the macro
security warning when opening a file after I previously deleted all the macros. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You have to delete any general/standard modules as well.
If you had code in the sheet/thisworkbook modules, you need to go to each of them then do Ctrl+A, then delete, then close that module. Now save the workbook. -- Regards, Tom Ogilvy "CJ" wrote in message ... How do I purge an excel file of all macros? I still receive the macro security warning when opening a file after I previously deleted all the macros. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You need to delete the Modules that contained the code.
-- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "CJ" wrote in message ... How do I purge an excel file of all macros? I still receive the macro security warning when opening a file after I previously deleted all the macros. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Merge Purge | Excel Discussion (Misc queries) | |||
Purge or transfer old data automatically? | Excel Worksheet Functions | |||
Purge data based on another Excel file??? | Excel Discussion (Misc queries) | |||
Purge macros | Excel Worksheet Functions | |||
Macros inside macros, and pasting into macro code. | Excel Programming |