View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Andrew Yates Andrew Yates is offline
external usenet poster
 
Posts: 7
Default Class Module Question

Hi Rob,

"Set mSession = New BS.Session " caused an invalid use of new keyword
error.
"Set mSession = CreateObject("BS.Session") " causes an "automation
error, unspecified error".

Your suggestions are very much appreciated.

Regards,
Andrew