View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
trollsoft
 
Posts: n/a
Default Using a function to specify a cell

Say I want to specify the cell whose column is C and whose row is the
returned value of a function (say row()). How would I accomplish that?

The incorrect syntax would be Crow(). What would be a way to do it correctly?

thanks.