Getting rid of macro warning window

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

Guest

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
 
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???
 
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???
 
Not a good idea.

--

HTH

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

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