View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
jaf jaf is offline
external usenet poster
 
Posts: 300
Default CREATEOBJECT Using VB

If Excel is not installed on the target machine you can't create an Excel
object on the target machine.


--
John
johnf 202 at hotmail dot com


"Karthik" wrote in message
...
| 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..
|
|