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