View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
--== Alain ==-- --== Alain ==-- is offline
external usenet poster
 
Posts: 18
Default know row index via Cell

Hi,

i have the following code :

For Each cell In ThisWorkbook.Worksheets("Programs").Range("C2:C" &
(MaxRecords + 1))

....
// detect row_number
....

Next cell

how can i get the row index (or number of the row) via "cell" ?

thx,
Al.