Controlling the mouse

  • Thread starter Thread starter Brian Sharf
  • Start date Start date
What exactly are you trying to do? You can't directly
control the mouse with VBA, but most controls have a
mouse_click event. You might be able to use API to
control the mouse directly, but I don't know API well
enough to be sure and I can't find anything relevant with
Google.
 
Back
Top