Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've been using Excel and VBscript to retreive and post information to
another program (Exceed's Hummingbird) When I start the script I use to following to allow access to Hummingingbird; Dim HostExplorer As Object Dim tn3470 As Object Set HostExplorer = CreateObject("HostExplorer") ' Initialize HostExplorer Object Set tn3270 = HostExplorer.Hosts(0) ' Set object for current session I use this because it's what I was told to use. My question? How do I know that HostExplorer is the name use to define the Object? How do I determine the right name to use for another program to define it for an Object? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
2007 Form Control/ActiveX Control font difference | Excel Discussion (Misc queries) | |||
Excel spin box - no Control tab in Format Control dialong box | Excel Worksheet Functions | |||
Is there a way to unload the loaded XLL file in Excel? Hi all, I amdebugging XLL link library using Visual C++. Everytime I rebuild the XLL, Ihave to close the whole Excel program and relaunch the Excel program again,and then load in the newly gene | Excel Discussion (Misc queries) | |||
Calendar Control: Can't exit design mode because control can't be created | Excel Programming | |||
merging excel program with tdc finance program | Excel Programming |