View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Karthik[_2_] Karthik[_2_] is offline
external usenet poster
 
Posts: 2
Default CREATEOBJECT Using VB

I m trying to instantiate an excel object from Active X Script using
CREATEOBJECT Method from a Remote server and i am getting errors..The reason
i am trying to instantiate from a remote server is, excel is not installed
on the box where i am trying to instantiate...I did try to run the dcomcnfg
utility to change the security settings on the machine where i am trying to
instantiate from and still it doesnt work..

Thanks in advance..