View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Getting rid of macro warning window

remove the empty modules as well.

--
Regards,
Tom Ogilvy

"jayceejay" wrote in message
...
I created a stats program some time ago, and had created a few macros as

well as a little code for some command buttons. Here's the problem:

I have since decided to eliminate the buttons and delete all corresponding

code, as well as all macros I had created. WHY does the little warning
window about possible macro's still pop up whenever I open the program???
I DELETED all the macros, and I checked the VBA Code windo, making sure all
code was wiped clean. WHAT GIVES???

And how do I get rid of the message?

Jayceejay