Thread: Create Object
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gillian[_2_] Gillian[_2_] is offline
external usenet poster
 
Posts: 1
Default Create Object

Hi,

I'm trying some OLE code out but have a problem, this is
the line I'm using.

Set ImpAppObject = CreateObject("BI-Query
User.Application")

The question is BI-Query User is an application I want
control. It appears as "BI-Query User" in my Windows Start
menu but exactly how do I refer to it in this line?
Is there a way of finding out how you refer to application
in this line?

All and any help most appreciated ! !