Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 78
Default move two columns to the right and then find next cell above that i

nonemtpy and move two columns two the right and then paste data?


How do I do that?

br
Sverre
  #2   Report Post  
Posted to microsoft.public.excel.programming
JNW JNW is offline
external usenet poster
 
Posts: 480
Default move two columns to the right and then find next cell above that i

Let's say your non empty is A5
Range("A5").offset(0,2).value = range("A5").value

if you need to do this for a range then
For each cell in Range("A5:A50")
cell.offset(0,2).value = cell.value
next cell


--
JNW


"sverre" wrote:

nonemtpy and move two columns two the right and then paste data?


How do I do that?

br
Sverre

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
Excel 2007: mouse cant find cell handle to drag/move Carl Henthorn Excel Discussion (Misc queries) 4 April 30th 23 03:44 AM
move multiple columns into single set of columns mrg9999 Excel Discussion (Misc queries) 1 September 25th 07 05:08 AM
Find text and move it to other cell broogle Excel Programming 7 September 20th 05 08:19 AM
vba code to find ssn and move two columns rozb Excel Programming 2 April 10th 04 01:43 PM
Move Cell in Column A to Column B when FIND juan Excel Programming 2 April 6th 04 10:20 PM


All times are GMT +1. The time now is 02:23 PM.

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"