View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob Taylor Bob Taylor is offline
external usenet poster
 
Posts: 8
Default finding current row

I am writing a general function and I would like to know what row the
function was excuted from, so that I can place that value in
Cells(row,col).value I have not been to find a behavior that will do this.
can anyone help

thanks
Bob