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...
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...
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...
Dim siebApp As SiebelHTMLApplication
Dim siebSvcs As SiebelService
Set siebApp = GetObject("", "Siebel.Desktop_Integration_Application.1")
Set siebSvcs = siebApp.GetService("Pre Notification CA")
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...
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.
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.