Referencing Code from another project

R

Robert

An Excel application containing modules creates another
workbook. At this point, the application looks like this:

vbaproject(aaa)
module1
module2

vbaproject(bbb)
sheet1
sheet2

From sheet1 in project bbb, I wish to call some code
contained in Module 1 of project aaa. How do I do this?
 

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