Martin, Apparently the app reference is wrong. It works without parentheses.
Best regards from Ohio, U.S.A., Vic E-mail: [email protected] -----Original Message----- From: martin webster [mailto:[email protected]] Sent: Saturday, March 10, 2012 11:18 AM To: [email protected] Subject: performing a single left mouse click? Hi all, I am trying to perform a single left mouse button click, so I open notepad, move the mouse to the "I" in file menu, open the immediate mode app, and issue the following line of VBScript: Mouse.Click(0, 1) I get the following error cannot use parenthesis when calling a sub. What's wrong with the line of code above. When looking at the mouse object Click method there are parentheses in the method's break down. Warm regards. Martin webster.
