Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello,
I spent a day trying to merge columns from different sheets into one sheet. My case is: I have 52 sheets named: 1,2,3,4,5 ...52 with the same format. I need to copy column A content ( A3:A66 ) from all these sheets into one column in a sheet "Source" as the content is appended sequentially below: A ----------- '1'!A3 '1'!A4 '1'!A5 .... '1'!A66 '2'!A3 '2'!A4 .... '2'!A66 .... Any help would be highly appreciated ;) Thank you, Annie |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Not Being Able to copy sheets | Excel Discussion (Misc queries) | |||
Cannot Move or Copy Sheets | Excel Discussion (Misc queries) | |||
Copy Sheet to many sheets at once | Excel Discussion (Misc queries) | |||
Copy Sheets | Excel Discussion (Misc queries) | |||
in VBA Sheets("mysheet").Copy Befo=Sheets(1) how do i get a reference to the newly created copy of this sheet? | Excel Worksheet Functions |