Sheet shows macros embedded but none are in VB editor

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When I pull up a sheet it warns me that the sheet has macros embedded. I have
gone through the editor (Shift-F11) looking for these macros but cannot find
them. I know there is one that does some 'magic' according to the clients
I've interviewed, and would like to review the code. Where else should I be
looking?

Thank you.
 
Alt+F11

If you see "Modules" in your VBAProject(<Your Workbook>.xls), then you'll
need to remove it. Right-click and remove.

HTH,
Paul
 
Thank you! That solved the problem. Ya learn something new every day!
--
Adios,
Clay Harryman


PCLIVE said:
Alt+F11

If you see "Modules" in your VBAProject(<Your Workbook>.xls), then you'll
need to remove it. Right-click and remove.

HTH,
Paul
 

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

Back
Top