Below is the code that i tried
Public busapp As busobj.Application
Public boDoc As busobj.Document
Set busapp = CreateObject("BusinessObjects.Application")
busapp.LoginAs g_uid_s, g_pwd_s, False, g_dom_s
Set boDoc = busapp.Documents.Open(docnm, True, True, g_pwd_s, g_pwd_s)...
I am facing a problem when I try to use the Copy all Command through VBA.
It throws the runtime error like "Automation Error The Server threw an Exception"
When we make the application in the visible mode and check; the menu item "Copy All" is disabled.
Can anyone help...
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.