Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This statement:
Dim AppClass As New EventClass Works properly if the EventClass Class module is located the in the same workbook. It does not work properly if the EventClass module is located in an Add-in file or in another open workbook. How can I refer to EventClass when its Class Module is located in an Add-in file, or in another open workbook? Thanks, Keith |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In article ,
says... This statement: Dim AppClass As New EventClass Works properly if the EventClass Class module is located the in the same workbook. It does not work properly if the EventClass module is located in an Add-in file or in another open workbook. How can I refer to EventClass when its Class Module is located in an Add-in file, or in another open workbook? Thanks, Keith How to use a class (object) from outside of the VBA project in which it is declared http://support.microsoft.com/default...b;en-us;555159 -- Regards, Tushar Mehta www.tushar-mehta.com Excel, PowerPoint, and VBA add-ins, tutorials Custom MS Office productivity solutions |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CLASS MODULE & SIMPLE MODULE | Excel Discussion (Misc queries) | |||
Excel ActiveX causes lost Class Module reference | Excel Programming | |||
let and get in class module | Excel Programming | |||
Class Module | Excel Programming | |||
Variable from a sheet module in a class module in XL XP | Excel Programming |