View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz[_2_] JLGWhiz[_2_] is offline
external usenet poster
 
Posts: 1,565
Default Active Cell in Non-Active Worksheet

You don't have to worry about it. You cannot have an active cell in a non
active worksheet.



"Jack Cannon" wrote in message
...
How does one get the row number of an active cell in a non-active
worksheet?

For example if I am in Sheet2 and I wish to obtain the row number of the
active cell in Sheet 1 then what instruction will get it?

I am looking for something like:
=CELL("Row", Sheet1!ActiveCell)

Jack Cannon