Program to Click Mouse on PC

Опубликовано: 11 Март 2026
на канале: VBA Tutorial
2,955
9

https://vbatutorialcode.com/xy-coordi...

This video shows you a program to click mouse on PC.

In this mouse click VBA video, I show you how to record multiple XY coordinates of your mouse location. The program then runs back these XY coordinates and repeats the actions that you did. You can combine this with the concepts from my free book to automate data entry into various browsers or systems with Excel as your data management software.

Excel VBA XY coordinates multiple
Sendkeys not working just add a one second wait
use clipboard with VBA to store up your copied text
left click mouse VBA

Multiple XY Coordinates. It plays back all XY coordinates of mouse after 1 minute of no movement. Unlimited XY coordinates. It tracks them in columns H (X coordinates) and column I (Y coordinates). You can customize the 7 second delay in Excel for how long you want it to wait before recording when you move the mouse.