How do I remove the macro warning?

G

gizela

I've deleted all my macros in a file, but the macro warning box still comes
up. Any way of getting rid of it?
 
S

Shyam Pillai

Chances are that there is an empty code module present which causes the
warning.
1. Open the presentation. Press Alt+F11 and switch to VBE.
2. View the project explorer for any module(s) (or userforms or classes).
3. Right-click on the module and select the 'Remove <module name>' option.
4. You will be prompted with the message "Do you want to export
<modulename>?".
5. Select 'No'.
6. Once all the components of the Project are removed. Close VBE
7. Save the presentation. Close it and open it again.

This time it shouldn't prompt you with the macro warning.
 
Top