View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dustin H Dustin H is offline
external usenet poster
 
Posts: 1
Default How to Dim Hummingbird HostExplorer

I am using a older version of Hostexplorer and am trying to control it from
excel so that automate some of my tasks. I basicly need to open a vt session
send some commands to get the report pulled then copy the screen and past it
into excel. I have tried. The generic example below and i get a Run-time
error '429':
ActiveX component can't create object. ANy help would be greatly appreciated.

Sub main()
Dim HostExplorer as Object
Set HostExplorer = CreateObject("HostExplorer")
End Sub