Thread
:
macro help please
View Single Post
#
2
Posted to microsoft.public.excel.programming
Gary''s Student
external usenet poster
Posts: 11,058
macro help please
Sub whereisactive()
MsgBox (ActiveCell.Address)
End Sub
--
Gary''s Student - gsnu200718
"Jock" wrote:
I wish to write a macro which, when run, will return to the active (has
focus) cell.
Is this achievable?
--
tia
Jock
Reply With Quote
Gary''s Student
View Public Profile
Find all posts by Gary''s Student