PC Review


Reply
Thread Tools Rate Thread

copying multiple selections

 
 
adinic
Guest
Posts: n/a
 
      24th Feb 2006

Hello. Does anyone know how to do this? For exemple i need to copy
several rows. If i try to do this i get an error. Thanks.


--
adinic
------------------------------------------------------------------------
adinic's Profile: http://www.excelforum.com/member.php...o&userid=31529
View this thread: http://www.excelforum.com/showthread...hreadid=516123

 
Reply With Quote
 
 
 
 
dmexcel
Guest
Posts: n/a
 
      24th Feb 2006
Are you copying a range? or are you copying a row??
if you copy a range, and then try to copy it to a row then you will get
an error
ex:
copy range A1:G1
Paste to row B1
you will get an error that says it won't fit because they are not the
same size
also, if you are trying to copy merged cells you could get an error
message
so whjat kind of error are you getting??

 
Reply With Quote
 
 
 
 
Tom Ogilvy
Guest
Posts: n/a
 
      24th Feb 2006
Sub AA()
Dim rng As Range
Set rng = Range("1:3,5:5,7:10")
rng.Copy Destination:=Worksheets("Sheet2").Rows(1)
End Sub

works. But without more information, it is hard to tell what you want.

--
Regards,
Tom Ogilvy

"adinic" <(E-Mail Removed)> wrote in
message news:(E-Mail Removed)...
>
> Hello. Does anyone know how to do this? For exemple i need to copy
> several rows. If i try to do this i get an error. Thanks.
>
>
> --
> adinic
> ------------------------------------------------------------------------
> adinic's Profile:

http://www.excelforum.com/member.php...o&userid=31529
> View this thread: http://www.excelforum.com/showthread...hreadid=516123
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
HOW do I make selections and carry only those selections thru proc kealaz Microsoft Access Database Table Design 5 5th Feb 2009 05:37 AM
HOW do I make selections and carry only those selections thru proc kealaz Microsoft Access 1 5th Feb 2009 03:35 AM
copying multiple selections adinic Microsoft Excel Worksheet Functions 1 24th Feb 2006 01:50 PM
Start Menu selections and Graphical Button selections Pat Windows XP Performance 0 15th Jun 2004 05:52 PM
Multiple default printer selections, automatic selections? Eric Windows XP Print / Fax 0 30th Dec 2003 03:48 PM


Features
 

Advertising
 

Newsgroups
 


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