Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In the code below, on the 2nd line of code where it says: Set oExcel =
GetObject(, "Excel.Application") What does the "," in (, "Excel.Application") do? WHy is there a comma there? On Error Resume Next Set oExcel = GetObject(, "Excel.Application") On Error GoTo 0 If oExcel Is Nothing Then 'Excel wasn't open - open a new one Set oExcel = GetObject("", "Excel.Application") End If |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VB Extensibility library and "late binding" | Excel Discussion (Misc queries) | |||
Late Binding | Excel Programming | |||
EARLY binding or LATE binding ? | Excel Programming | |||
DAO Late Binding? | Excel Programming | |||
Early vs Late Binding - Word | Excel Programming |