View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone Jim Cone is offline
external usenet poster
 
Posts: 3,290
Default AVAYA CMS Scripting through Excel VBA

I don't know.

Jim Cone


"Maxi" wrote in message ups.com...
He asked me to try
------------------------------------------------------------------------------------------
Try editing this line
Set cvsApp = CreateObject("CVS.cvsApplication")
by changing it to
Set cvsApp = CreateObject("CVSUP.cvsApplication")
------------------------------------------------------------------------------------------

Yes, that did the trick but it does not create abc.xls file mentioned
in the parameters of CMSGetReport()
I opened Windows Task Manager to see what is happenning when the code
is running.
First it opens cvsAPP which I beleive is the .exe application file for
the software, then it opens cvsServer and then it opens Report Engine.
Looks like the report is generated but is not exported.
Can it be just copied to sheet1 instead of exporting?