CREATEOBJECT Using VB

  • Thread starter Thread starter Karthik
  • Start date Start date
K

Karthik

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..
 
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


| 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..
|
|
 
Cant i use the second parameter of the create object to instantiate from a
different machine which has excel running on it...?
Thanks,
 
Back
Top