Thread: Row Number
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Pradip Jain Pradip Jain is offline
external usenet poster
 
Posts: 25
Default Row Number

I have a range of dates in column A. i want to search for a date and return
its row number. What code should i use.
Suppose i want to know the row number of date 1/8/2002. Same is contained in
cell A9. The code should return 9.

Thanks
Pradip