View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default stuck with activecell offset

Pingger,

The line of code
ActiveCell.Offset(6, 96).Copy

doesn't move the active cell.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"D Pingger" wrote in message
...
"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