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

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -