Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default copy range on every worksheet (diff names) to a master worksheet (to be created)


Any ideas??

I need to copy a range (same location) on every worksheet (diff names
to a master worksheet (to be created).
I also need this range to be pasted special (transform) so the range o
4-5 cells is horizontal for a mailmerge instead of vertical.

Please help??!! :confused

--
Berni
-----------------------------------------------------------------------
Bernie's Profile: http://www.excelforum.com/member.php...fo&userid=1457
View this thread: http://www.excelforum.com/showthread.php?threadid=26236

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default copy range on every worksheet (diff names) to a master worksheet (to be created)

Hi Bernie

http://www.rondebruin.nl/copy2.htm

You can use PasteSpecial to transpose

--
Regards Ron de Bruin
http://www.rondebruin.nl


"Bernie" wrote in message ...

Any ideas??

I need to copy a range (same location) on every worksheet (diff names)
to a master worksheet (to be created).
I also need this range to be pasted special (transform) so the range of
4-5 cells is horizontal for a mailmerge instead of vertical.

Please help??!!


--
Bernie
------------------------------------------------------------------------
Bernie's Profile: http://www.excelforum.com/member.php...o&userid=14571
View this thread: http://www.excelforum.com/showthread...hreadid=262361



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default copy range on every worksheet (diff names) to a master worksheet (to be created)

Why " "

did you try doing it with the macro recorder turned on and then couldn't
understand the results.

Range("B3:E12").Select
Selection.Copy
Sheets("Sheet2").Select
Range("C4").Select
Selection.PasteSpecial Paste:=xlValues, Operation:=xlNone, SkipBlanks:=
_
False, Transpose:=True

What part is confusing?

You don't know how to generalize it and copy progressively.

--
Regards,
Tom Ogilvy

"Bernie" wrote in message
...

Any ideas??

I need to copy a range (same location) on every worksheet (diff names)
to a master worksheet (to be created).
I also need this range to be pasted special (transform) so the range of
4-5 cells is horizontal for a mailmerge instead of vertical.

Please help??!!


--
Bernie
------------------------------------------------------------------------
Bernie's Profile:

http://www.excelforum.com/member.php...o&userid=14571
View this thread: http://www.excelforum.com/showthread...hreadid=262361



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
Auto Refresh data from original worksheet to newly created copy wolverine Excel Discussion (Misc queries) 0 April 11th 10 04:10 PM
Copy Value of Active cell and 25 rows above to a diff worksheet ash3154 Excel Discussion (Misc queries) 4 September 2nd 09 12:56 AM
Automatically copy from Master worksheet to others Susan S Excel Worksheet Functions 5 June 30th 09 01:08 AM
Copy ranges of data from Master worksheet. Thanks [email protected] Excel Programming 4 November 24th 03 03:28 AM
How? Macro to copy range to new worksheet, name new worksheet, loop Repoman Excel Programming 9 October 9th 03 01:45 PM


All times are GMT +1. The time now is 08:01 AM.

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"