Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Got it, all I hat to do is create a class module somewhere else and export it
as a .cls file and then import it on the new workbook like this: Sub Test1() Dim clsName As String clsName = "C:\SRC\XMedios\PvtUpdt.cls" ThisWorkbook.VBProject.VBComponents.Import fname End Sub Chip Pearson seems to be the answer to everything. Thanks! -- Mariano Beguerisse "RB Smissaert" wrote: Most things you need to know about programming the VBE are he http://www.cpearson.com/excel/vbe.htm RBS |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Late Binding examples of binding excel application | Excel Programming | |||
Late Binding | Excel Programming | |||
Late Binding | Excel Programming | |||
EARLY binding or LATE binding ? | Excel Programming | |||
DAO Late Binding? | Excel Programming |