View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default Moving the Mouse...

Rarely necessary or desirable to select but
range("a4").select will take you there
or
application.goto sheets("sheet4").range("a4") to goto a cell on another
sheet.

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"JEB1123" wrote in message
...
Pardon my ignorance in such matters, but how do you move the mouse pointer
to
a selected cell using a VBA Macro (code contained therein, following the
.Select)?

Thanking you in advance...
--
John