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