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
> i want to develop after the binding excel files.
> but, how to make grouping the excel files like .vbg in vb6.0?
[quoted text clipped - 3 lines]
>
> *** Sent via Developersdex http://www.developersdex.com ***