how to making to project group

  • Thread starter Thread starter x taol
  • Start date Start date
X

x taol

i want to develop after the binding excel files.
but, how to make grouping the excel files like .vbg in vb6.0?
there is VBAProject in default in excel.
i want to bind the excel files to one project group.
how to do???
 
x taol,
Basically you can't. The concept in VBA is different.
You can access other workbooks and routines, but they are not "grouped" as
in VB6.
Each workbook can contain multiple modules and classes and also reference
external active X components and Declares.

NickHK
 

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