View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mike[_31_] Mike[_31_] is offline
external usenet poster
 
Posts: 38
Default Controlling the mouse

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.

-----Original Message-----
Does anyone know of a way through VBA of executing mouse
clicks ?
.