I'm using the code from my previous question : Move Mouse - VBScript and Excel Macro
My aim is to move the mouse using VBScript and this works through using Excel. The problem is, this runs fine on my home machine, which has Office 2007 on.
However, when running this script at work, I get the following error:
"Could not locate automation class named "Excel.Application""
The only difference I can see that these work computers have is that they have Office 2003 installed instead, so Excel.Aplacation needs to be changed to something else maybe?
Google yielded no useful results. I'm creating this in notepad. Can someone help? If I can get this working it's be pretty amazing.