Vba Vbe export

  • Thread starter Thread starter Coby
  • Start date Start date
C

Coby

Does anyone know how to remove the entire vba project (vbe) from one
workbook?

Then, load it into another workbook on its workbook open event?

Thanks for any help you could give me.

Coby.
 
The VBAProject is the workbook and I don't believe you can remove a workbook
from a workbook.

You could remove Modules from the VBAProject then add them to another workbook.

Chip, or is it Chuck<g> Pearson has instructions for adding/deleting modules.

http://www.cpearson.com/excel/vbe.aspx


Gord Dibben MS Excel MVP
 
Does anyone know how to remove the entire vba project (vbe) from one
workbook?

Then, load it into another workbook on its workbook open event?

Thanks for any help you could give me.

Coby.

O.k. that is a wealth of information and I appreciate it.
Thanks,

Coby.
 

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