Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Moving a range to end of list


Hi Again,
I tried your last idea and it is really close. I did modify it
little but the only thing I can't get it to do is use more than th
cell values from "A" and "B". I Hope I have attached a picture of th
file I am working on to show you the results (I will also Attach th
code at the bottom of this post). If I try to add more cells wher
they are being called out "Range(Cells(x, "A"), Cells(x, "B"))", I ge
an error for to many arguments.

Again, Thank you for your time and effort,
Sinjin341


CODE...

Sub moverange()
x = Cells(Rows.Count, "A").End(xlUp).Row + 1
Range(Cells(x, "A"), Cells(x, "B")).Value = Range("New_Entry").Value
End Su

+-------------------------------------------------------------------
|Filename: ExcelList.jpg
|Download: http://www.excelforum.com/attachment.php?postid=2667
+-------------------------------------------------------------------

--
Sinjin34
-----------------------------------------------------------------------
Sinjin341's Profile: http://www.excelforum.com/member.php...fo&userid=1461
View this thread: http://www.excelforum.com/showthread.php?threadid=26244

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
sum with moving range snax500 Excel Discussion (Misc queries) 3 July 10th 06 05:56 AM
How to pick one or more items out of a list, moving to new list, moving up or down. (form) Subteam Excel Discussion (Misc queries) 3 February 17th 06 04:13 AM
Condensing a list/range with blank cells to a new list/range without blanks KR Excel Worksheet Functions 4 July 5th 05 04:23 PM
Moving a range to end of list Sinjin341[_2_] Excel Programming 1 September 23rd 04 04:50 PM
Moving a range to end of list Sinjin341 Excel Programming 1 September 22nd 04 06:28 PM


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