View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default 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