Thread
:
Moving the Mouse...
View Single Post
#
2
Posted to microsoft.public.excel.programming
Don Guillett
external usenet poster
Posts: 10,124
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
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett