Document contains macros message

A

april

Hi

I am receiving the warning that my document contains macros. This was
because at one time I had created a macro for the document. I no longer use
the macro.

How do I delete the macros (I cannot find the with the spreadsheet) as I do
not want to receive the warning anymore.

Thank you
Regards.
 
K

Kevin B

Press Alt + F11 to open the Visual Basic Editor and if the Project Viewer is
not visible on the left side of the screen, press <Ctrl> + R. In the project
tree, if the VBAProject (YourWorkbookName) has a + sign to its left,click to
expand the view.

Click the + sign to the left of the Microsoft Excel Objects folder to
display all worksheet and the workbook icon, and if there's a Module folder,
click its + sign to view all modules.

To delete the module, right click and select REMOVE MODULE, save it if you
want to to a location on your PC. Then double click on each worksheet icon
and if there's any code displayed, select it and press the DELETE key. Then
double click the workbook icon and select any code that might be there and
press DELETE. Click FILE in the menu and select CLOSE AND RETURN TO EXCEL.

Save and close the workbook and when you reopen it there should not be a
macro warning message.

Hope this helps
 
A

april

Thanks, I have been able to delete the module.

I am unable to delete the Worksheets under 'Microsoft Execut Objects' under
the 'VBAProject (book2.xls)'. When I right-click on "Sheet 1" (for
example), Remove Sheet1 is greyed out.

Please can you advise.
Thank you.
 
J

JP

Actually you would click the [+] next to the word "Modules" under
VBAProject. There would be at least one module there, if you only have
the one macro and want to get rid of it, simply right click and choose
"Remove".


HTH,
JP
 
A

april

Yes, thanks I had done that part.

I am unable to delete the Worksheets. The option to delete is greyed out

Actually you would click the [+] next to the word "Modules" under
VBAProject. There would be at least one module there, if you only have
the one macro and want to get rid of it, simply right click and choose
"Remove".


HTH,
JP
 
A

april

The problem still remains. When I attempt to delete within 'Worksheet' for
each 'Sheet' (step 6 and 7), the code is not deleted (it keeps returning
when I go back to the Sheet to check that it has been deleted.
 
D

Dave Peterson

Read Debra's notes again--especially #'s 6 and 7.

You don't delete the modules for those objects--you clear out anything in the
code window.
 
A

april

Thanks, that's worked

Dave Peterson said:
Read Debra's notes again--especially #'s 6 and 7.

You don't delete the modules for those objects--you clear out anything in
the
code window.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top