novice question

  • Thread starter Thread starter Qiset
  • Start date Start date
Q

Qiset

I played with creating a macro. Now even though I've deleted the macro
I get a warning asking me to disable or enable macros every time I open
the file. Why is this happening and how can I rid myself of
this?

thanks,

Q
 
This is because the module that the macro was in still exists.

What you need to do is
- go into the VBE
- select the module in the project explorer pane
- menu File>Remove Module (probably Module1)
- say no to exporting it first
 
Back
Top