Thread: Active Cell
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ronio Ronio is offline
external usenet poster
 
Posts: 13
Default Active Cell

I'm confused, the help file states that ActiveCell would return the range
object.

However, when I call ActiveCell , I"m getting the value of the cell not the
range??

MsgBox = "You are currently in Cell " & ActiveCell

How can I return the Cell that is currently selected?

Ron