Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How do I remove all traces of macros in a workbook so that
the macro warning doesn't come up when I open it? Situation: I have used some simple macros in a large workbook to help with formatting. I have now deleted all macros that I created by going to the listing of macros (alt+f8). I have saved the workbook under a new name - but I still get a warning that there are macros in the workbook when I open it. Thanks for any suggestions. Oliver St Quintin |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
OSQ,
Copy the sheets to a new workbbok. -----Original Message----- How do I remove all traces of macros in a workbook so that the macro warning doesn't come up when I open it? Situation: I have used some simple macros in a large workbook to help with formatting. I have now deleted all macros that I created by going to the listing of macros (alt+f8). I have saved the workbook under a new name - but I still get a warning that there are macros in the workbook when I open it. Thanks for any suggestions. Oliver St Quintin . |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
From Excel hit Alt+F11 to open the VB Editor. Right-click and Remove plain
'Modules' from the VBAProject for your workbook. Check the Sheet and ThisWorkbook modules for stray code and delete it. To test, save the workbook, then close and re-open. -- Bob Kilmer "ostq" wrote in message ... How do I remove all traces of macros in a workbook so that the macro warning doesn't come up when I open it? Situation: I have used some simple macros in a large workbook to help with formatting. I have now deleted all macros that I created by going to the listing of macros (alt+f8). I have saved the workbook under a new name - but I still get a warning that there are macros in the workbook when I open it. Thanks for any suggestions. Oliver St Quintin |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Bob:
Thanks very much - works like a charm! Oliver -----Original Message----- From Excel hit Alt+F11 to open the VB Editor. Right-click and Remove plain 'Modules' from the VBAProject for your workbook. Check the Sheet and ThisWorkbook modules for stray code and delete it. To test, save the workbook, then close and re-open. -- Bob Kilmer "ostq" wrote in message ... How do I remove all traces of macros in a workbook so that the macro warning doesn't come up when I open it? Situation: I have used some simple macros in a large workbook to help with formatting. I have now deleted all macros that I created by going to the listing of macros (alt+f8). I have saved the workbook under a new name - but I still get a warning that there are macros in the workbook when I open it. Thanks for any suggestions. Oliver St Quintin . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
remove macros, ActiveX controls, XML expansion pack info, or web c | Excel Discussion (Misc queries) | |||
remove an asigned macros | Excel Discussion (Misc queries) | |||
Remove all macros and objects in Excel, Save and Quit | Excel Discussion (Misc queries) | |||
How to remove excel macros still there after normal delete? | Excel Discussion (Misc queries) | |||
Remove macros from spreadsheet | Excel Discussion (Misc queries) |