Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
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

  #2   Report Post  
Posted to microsoft.public.excel.programming
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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default stuck with activecell offset

That's good to know, Chip. Thanks.

But how do I go to the left and up if "ActiveCell.Offset(-X, -Y).Select"
doesn't work?

TIA

pingger

"Chip Pearson" wrote:

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




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default stuck with activecell offset

But how do I go to the left and up if
"ActiveCell.Offset(-X, -Y).Select"
doesn't work?


You can go up and to the left with the code you have. You just
make sure you don't attempt to go off the sheet.


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


"D Pingger" wrote in message
...
That's good to know, Chip. Thanks.

But how do I go to the left and up if
"ActiveCell.Offset(-X, -Y).Select"
doesn't work?

TIA

pingger

"Chip Pearson" wrote:

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






  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7
Default stuck with activecell offset

I got it now, Chip. It's working again.

Thanks a lot.

Pingger

"D Pingger" wrote:

That's good to know, Chip. Thanks.

But how do I go to the left and up if "ActiveCell.Offset(-X, -Y).Select"
doesn't work?

TIA

pingger

"Chip Pearson" wrote:

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




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
If activecell.column = variable then activecell,offset (0,1) Battykoda via OfficeKB.com Excel Discussion (Misc queries) 1 October 2nd 07 08:05 PM
ActiveCell Offset rnrss[_2_] Excel Programming 0 October 7th 05 10:12 AM
Activecell Offset Mark Excel Programming 2 December 7th 04 04:57 PM
ActiveCell.Offset w/ VBA Bob Umlas[_3_] Excel Programming 2 September 4th 04 02:58 PM
activecell offset rvik Excel Programming 1 December 24th 03 07:47 AM


All times are GMT +1. The time now is 05:34 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"