Moduals are appearing randomly

R

Roger R

I am building a workbook(s) that is quite large and
formula intensive. I have noticed that an extra workbook
has suddenly appeared named "Modual 4" when I try to open
it nothing happens. What is going on?
 
J

Jim

If the Module is visible in VBE, you may right-click it and choose Remove,
opting not to save it when prompted. Modules are created when code (such as
a macro) is created. If the macro or other code is deleted, the empty module
remains until removed.
 

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

Top