• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Cannot find macro to delete it

clumpa

Member
I run Excel for Mac 2011. Not sure how I have done it but I have a workbook which when opened says macros present Enable/disable macros. When I go to Tools/Macro/Macros there is nothing to display. How can I remove the enable/disable window?
 
Hi, clumpa!


I have never used Excel for Mac, but for Windows I would follow this steps if I were facing such an issue:


a) press Alt-F11 and go to the VBA editor

b) if there are any Modules present, check them out, maybe they have useful code; if not, then remove them

c) check the ThisWorkbook code, and proceed alike

d) check every Worksheet code, and do the same

d) save the workbook as .xlsx (no macros) or as .xls (versions up to 2003)


If the issue remains, you can:

a) check the existing named ranges

b) move every sheet to a clean new book

c) adjust named ranges as previously checked

d) save the workbook with no macros


If still remaining, please upload the file for checking it.


Regards!
 
Back
Top