Could not load automation class "Excel.Application" - VBScript Move Mouse -



Could not load automation class "Excel.Application" - VBScript Move Mouse -

i'm using code previous question : move mouse - vbscript , excel macro

my aim move mouse using vbscript , works through using excel. problem is, runs fine on home machine, has office 2007 on.

however, when running script @ work, next error:

"could not locate automation class named "excel.application""

the difference can see these work computers have have office 2003 installed instead, excel.aplacation needs changed else maybe?

google yielded no useful results. i'm creating in notepad. can help? if can working it's pretty amazing.

this because excel cannot referenced correctly on citrix environment.

a local re-create of excel needed reference client hard drive (as it's referencing server's installation on citrix).

excel vbscript citrix

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -