Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a workbook loaded (mylibs.xls) that may become an add in. I also have another workbook loaded (mywork.xls) that would like to use classes and public methods defined in mylibs
mylibs contains models and classes and defines such items as Public aworker As clsAWorker (clsAWorker is defined in mylibs Public helpfulList As Scripting.Dictionar Public function doSomething(arg1 as integer) as integer {...} (defined in a mylibs module From within mywork I want to access the public items of mylibs but when i try to reference the items the VBA pre-processor errors out. How do you refence and use VBA objects in an external workbook Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calling functions from dll | Excel Programming | |||
Calling Add-in functions from VBA | Excel Programming | |||
Calling certain functions within VBA | Excel Programming | |||
Calling certain functions within VBA | Excel Programming | |||
Calling VBA functions from a xll | Excel Programming |