View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Neil Bhandar[_3_] Neil Bhandar[_3_] is offline
external usenet poster
 
Posts: 2
Default How do I find out my row number

I need to find out the row number of the cell selected.

Here is a piece of code I am working with.

Cells(65536, j).Select
Selection.End(xlUp).Select

I need to find out my position.

Any help is appreciated.
Rgds,
-Neil