Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 70
Default Copying Multiple Items

Greetings!

Is it somehow possible to copy multiple items on one worksheet, separately,
not as a group, and paste each item on another worksheet. For example, say
cells A1:C1 contain x,y,and z. Is it possible to copy the three items
separately, then go to Sheet2 and paste x in cell A5, y in cell B2, and z in
cell F10 without returning to Sheet1 and recopying each item.

I hope I explained it well. Please let me know if you have difficulty
understanding my question.

Any help on this would be greatly appreciated.

Magnivy
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Copying Multiple Items


sure...

just use the ranges to define variables for each...

xval = Range("A1")
yval = Range("B1")
zval = Range("C1")
Sheets("Sheet2").activate
Range("A5") = xval
Range("B2") = yval
Range("F10") = zval

Hope this helps

Gareth

Magnivy Wrote:
Greetings!

Is it somehow possible to copy multiple items on one worksheet
separately,
not as a group, and paste each item on another worksheet. For example
say
cells A1:C1 contain x,y,and z. Is it possible to copy the three items
separately, then go to Sheet2 and paste x in cell A5, y in cell B2, an
z in
cell F10 without returning to Sheet1 and recopying each item.

I hope I explained it well. Please let me know if you have difficulty
understanding my question.

Any help on this would be greatly appreciated.

Magniv


--
pianoma
-----------------------------------------------------------------------
pianoman's Profile: http://www.excelforum.com/member.php...fo&userid=3371
View this thread: http://www.excelforum.com/showthread.php?threadid=54856

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 70
Default Copying Multiple Items

Got it! Thank you very much Gareth!

"pianoman" wrote:


sure...

just use the ranges to define variables for each...

xval = Range("A1")
yval = Range("B1")
zval = Range("C1")
Sheets("Sheet2").activate
Range("A5") = xval
Range("B2") = yval
Range("F10") = zval

Hope this helps

Gareth

Magnivy Wrote:
Greetings!

Is it somehow possible to copy multiple items on one worksheet,
separately,
not as a group, and paste each item on another worksheet. For example,
say
cells A1:C1 contain x,y,and z. Is it possible to copy the three items
separately, then go to Sheet2 and paste x in cell A5, y in cell B2, and
z in
cell F10 without returning to Sheet1 and recopying each item.

I hope I explained it well. Please let me know if you have difficulty
understanding my question.

Any help on this would be greatly appreciated.

Magnivy



--
pianoman
------------------------------------------------------------------------
pianoman's Profile: http://www.excelforum.com/member.php...o&userid=33712
View this thread: http://www.excelforum.com/showthread...hreadid=548562


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
Question regarding copying items to another worksheet. DFrank Excel Worksheet Functions 4 June 30th 08 02:11 PM
Copying only selected items to another worksheet firewaterjoe Excel Worksheet Functions 1 January 23rd 08 06:12 PM
order form with multiple items and sizes for items Bernard56 Excel Discussion (Misc queries) 1 January 17th 06 11:43 PM
Copying multiple items (searching) lizardoflife Excel Programming 1 November 18th 05 06:20 PM
copying list items Hru48 Excel Discussion (Misc queries) 0 September 28th 05 04:14 PM


All times are GMT +1. The time now is 11:42 PM.

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

About Us

"It's about Microsoft Excel"