View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
D Pingger D Pingger is offline
external usenet poster
 
Posts: 7
Default stuck with activecell offset

"ActiveCell.Offset(6, 96).Copy" This gets me to where I want to copy
a cell

but "ActiveCell.Offset(-6, -96).Select" doesn't take me back to the
previous cell.

What am I missing?!?!
TIA!!!

Pingger