View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett[_4_] Don Guillett[_4_] is offline
external usenet poster
 
Posts: 2,337
Default row location....hopefully simple answer :-)

I don't know why you have to leave it in the first place because you rarely
need to select cells to act on them. Post your code for comments or

rows(rowct).select

--
Don Guillett
SalesAid Software

"cadcamguy" wrote in message
...
I get my start row .... rowct=activecell.row
then I use a do until loop that goes down and then stops on a
cellactive.value
then I want to go back to the row based on my rowct value
I'm on the right column

is there a command that I can use to move back to rowct

I'm sure it's something simple, I don't seem to be able to find it...

newbie
and all