View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Identifying the active cell

Hi Pienpeas,

Dim rw as long, col as long

rw = ActiveCell.Row
col = ActiveCell.Column

---
Regards,
Norman



"Pienpeas " wrote in message
...
Hi,

I need to find the location of the active cell by column and row. ie
i(2, 3) I want to run a loop from the active cell onwards, the cell i
am starting from will always be different. I know i can use the
activecell.offset(?, ?). But i only really want to be able to find out
what the active cell row and column are.

Thanks in advance


---
Message posted from http://www.ExcelForum.com/