View Single Post
  #2   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

In the VBE, go to Tools | References and checkmark anything having to
do with CVS.
--
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware



"Maxi" wrote in message
....
I got the above fuction from
http://www.dbforums.com/archive/inde...t-1003776.html. What it does
is, it extracts reports from AVAYA CenterVu Supervisor 9.0 software
used by call centers.
....
But when I used it in excel VBA, it gives me compile error
"User-defined type not defined in the first line "Dim cvsApp As
CVS.cvsApplication" when I try to call the function see my code below.
....
How can I get rid of the error?