Getting rid of macro warning window

J

jayceejay

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
 
T

Tom Ogilvy

remove the empty modules as well.

--
Regards,
Tom Ogilvy

jayceejay said:
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???
 
M

Mark

Set Security to LOW

-----Original 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???
 
B

Bob Phillips

Not a good idea.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
 
Top