View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sunryzz Sunryzz is offline
external usenet poster
 
Posts: 10
Default Part of the Active Row

I am trying to select a single cell in a row which was previously selected.
For example, row 2 was selected in an earlier portion of my code and when I
re-activate that sheet, I then need to change the selection from the whole
row to only the cell I2. Does anyone have a good way to do this?

Thank you very much