Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Using the code:
Dim oApp as Object intCount as Integer Set oApp = CreateObject("Excel.Application") oApp.Workbooks.Open("C:\Test.xls") to open a .xls with late binding, what would I use to count the worksheets? And I'm having to use late binding to avoid reference issues and cannot use early binding. (Thanks to our IT Dept.) Thanks M |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
late binding in excel | Excel Programming | |||
Late Binding | Excel Programming | |||
Late Binding | Excel Programming | |||
EARLY binding or LATE binding ? | Excel Programming | |||
DAO Late Binding? | Excel Programming |