I am trying to run the VBS code below on a remote system and getting an
error.
Do I have to do something special to execute this code - e.g. privileges
etc.?

Thx
YuriW

Function GetVersion
Dim XLApp
Set XLApp = CreateObject("Excel.Application", "yw-laptop2.merced.tv")
GetVersion = XLApp.Version
End Function

msgbox GetVersion

RE: Start excel on a remote machine by ESP

ESP
Tue Nov 08 16:30:04 CST 2005

Ran perfectly against a remote machine on my network. What's the exact error
you're getting ?

ESP




"Yuri Weinstein (HotMail)" wrote:

> I am trying to run the VBS code below on a remote system and getting an
> error.
> Do I have to do something special to execute this code - e.g. privileges
> etc.?
>
> Thx
> YuriW
>
> Function GetVersion
> Dim XLApp
> Set XLApp = CreateObject("Excel.Application", "yw-laptop2.merced.tv")
> GetVersion = XLApp.Version
> End Function
>
> msgbox GetVersion
>
>
>

Re: Start excel on a remote machine by news

news
Tue Nov 08 17:06:36 CST 2005

It failed on line 3 "The remote server machine does not exist or is
unavailable"

Thx


"ESP" <ESP@discussions.microsoft.com> wrote in message
news:99872091-5489-4508-9C9E-9A5DB7FC6FE2@microsoft.com...
> Ran perfectly against a remote machine on my network. What's the exact
> error
> you're getting ?
>
> ESP
>
>
>
>
> "Yuri Weinstein (HotMail)" wrote:
>
>> I am trying to run the VBS code below on a remote system and getting an
>> error.
>> Do I have to do something special to execute this code - e.g. privileges
>> etc.?
>>
>> Thx
>> YuriW
>>
>> Function GetVersion
>> Dim XLApp
>> Set XLApp = CreateObject("Excel.Application", "yw-laptop2.merced.tv")
>> GetVersion = XLApp.Version
>> End Function
>>
>> msgbox GetVersion
>>
>>
>>



Re: Start excel on a remote machine by ESP

ESP
Wed Nov 09 13:21:47 CST 2005

What is this:
.merced.tv

Is that a domain extension or something. Try just the machine names if it is.
ESP



"news.sf.sbcglobal.net" wrote:

> It failed on line 3 "The remote server machine does not exist or is
> unavailable"
>
> Thx
>
>
> "ESP" <ESP@discussions.microsoft.com> wrote in message
> news:99872091-5489-4508-9C9E-9A5DB7FC6FE2@microsoft.com...
> > Ran perfectly against a remote machine on my network. What's the exact
> > error
> > you're getting ?
> >
> > ESP
> >
> >
> >
> >
> > "Yuri Weinstein (HotMail)" wrote:
> >
> >> I am trying to run the VBS code below on a remote system and getting an
> >> error.
> >> Do I have to do something special to execute this code - e.g. privileges
> >> etc.?
> >>
> >> Thx
> >> YuriW
> >>
> >> Function GetVersion
> >> Dim XLApp
> >> Set XLApp = CreateObject("Excel.Application", "yw-laptop2.merced.tv")
> >> GetVersion = XLApp.Version
> >> End Function
> >>
> >> msgbox GetVersion
> >>
> >>
> >>
>
>
>

Re: Start excel on a remote machine by Yuri

Yuri
Thu Nov 10 17:28:05 CST 2005

Yes I tried and all this did not help :-(



"ESP" <ESP@discussions.microsoft.com> wrote in message
news:7952FCE7-C3E4-40BA-9241-7949BF1D9DE1@microsoft.com...
> What is this:
> .merced.tv
>
> Is that a domain extension or something. Try just the machine names if it
> is.
> ESP
>
>
>
> "news.sf.sbcglobal.net" wrote:
>
>> It failed on line 3 "The remote server machine does not exist or is
>> unavailable"
>>
>> Thx
>>
>>
>> "ESP" <ESP@discussions.microsoft.com> wrote in message
>> news:99872091-5489-4508-9C9E-9A5DB7FC6FE2@microsoft.com...
>> > Ran perfectly against a remote machine on my network. What's the exact
>> > error
>> > you're getting ?
>> >
>> > ESP
>> >
>> >
>> >
>> >
>> > "Yuri Weinstein (HotMail)" wrote:
>> >
>> >> I am trying to run the VBS code below on a remote system and getting
>> >> an
>> >> error.
>> >> Do I have to do something special to execute this code - e.g.
>> >> privileges
>> >> etc.?
>> >>
>> >> Thx
>> >> YuriW
>> >>
>> >> Function GetVersion
>> >> Dim XLApp
>> >> Set XLApp = CreateObject("Excel.Application",
>> >> "yw-laptop2.merced.tv")
>> >> GetVersion = XLApp.Version
>> >> End Function
>> >>
>> >> msgbox GetVersion
>> >>
>> >>
>> >>
>>
>>
>>