Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 78
Default Automatic Moving

I copied from the Internet data into one column. I'd like to automatically
move one cell with data one column across (to the right) and two lines up so
it sits next to another line with data.

To do this I would have to write a macro, selecting and shifting 2oo times.
Is there a way in a macro to move down 11 lines and right 1 column rather
then every time selecting a specific cell and move it?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,124
Default Automatic Moving

activecell.copy activecell.offset(11,1)
Will copy the active cell down 11 rows and one column to the right
to actually move use CUT instead of COPY

But, tell us what you are trying to do. There may be a better way.

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Felix" wrote in message
...
I copied from the Internet data into one column. I'd like to automatically
move one cell with data one column across (to the right) and two lines up
so
it sits next to another line with data.

To do this I would have to write a macro, selecting and shifting 2oo
times.
Is there a way in a macro to move down 11 lines and right 1 column rather
then every time selecting a specific cell and move it?


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
Moving text around cells without moving boarder lines Dale Excel Discussion (Misc queries) 1 December 15th 09 06:14 PM
Automatic moving cell Info Troy Excel Worksheet Functions 2 May 1st 07 12:00 AM
Arrow Keys Moving Window Frame instead of Moving Between Cells nemmex Excel Discussion (Misc queries) 2 April 9th 07 09:08 AM
Automatic Moving to the Next Cell 69-er Charts and Charting in Excel 1 August 11th 06 02:55 PM
moving automatic vertical pagebreak mark Excel Programming 1 April 23rd 04 08:30 AM


All times are GMT +1. The time now is 08:02 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"