Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. vivagupta

    Passing parameters between macros

    Hi there, I am trying to find if we can pass parameters between macros. I searched postings on this forum but did not find any response matching my requirement. I have a custom macro for which i am creating a header file. I include this header file into another calling macro. I call the header...
  2. vivagupta

    How to include COM object in Attachmate Macro

    Both worked!!!! Thanks a lot for your timely help!!! out of curiosity, is there no way that i can include VB code into EB macro??? Do i need to make changes to VB code whenever i am trying to move it to EB? And hey, i searched a lot on www for disabling minimize button on an IE window using...
  3. vivagupta

    How to include COM object in Attachmate Macro

    Hey, one more question - the macro first opens an IE window using shell command and connects to an HTTP URL. What i am trying to do is, if the IE window is already open with the same HTTP URL, then the macro should simply connect to that window rather than opening a new window. Any suggestions...
  4. vivagupta

    How to include COM object in Attachmate Macro

    Dim siebApp As SiebelHTMLApplication Dim siebSvcs As SiebelService Set siebApp = GetObject("", "Siebel.Desktop_Integration_Application.1") Set siebSvcs = siebApp.GetService("Pre Notification CA")
  5. vivagupta

    How to include COM object in Attachmate Macro

    Its a Siebel API that uses Siebel ActiveX Control. I have written code using this control and it works fine in VB coz i just reference out the control. But in EB i am not sure how do i include this control. Can we declare a custom DLL the way you have declared shell32.dll in your example, and...
  6. vivagupta

    How to include COM object in Attachmate Macro

    I was using excel only to quickly test out my code. But the code has to be plugged into an attachmate macro so that it can be invoked from attachmate screens.
  7. vivagupta

    How to include COM object in Attachmate Macro

    Hi all This may be a newbie question. Could someone help me understand how does Attachmate support including external libraries like DLL/CAB files as part of their macros? I need to include a CAB file of external application within the macro so that i can call the external API from within the...

Part and Inventory Search

Back
Top