Consolidate worksheets into one

I have a workbook with many sheets, each sheet with only one column. I'm trying to copy sheet1 column and paste it into column "A" of a new workbook, sheet2 goes to column "B", sheet3 to column "C" and so on.
I tried macros, automator, automator with macros, but didn't work. Is there a way to accomplish this with the automator? I have about 1100 sheets to copy-paste.
Easy on me please, I'm lost. Thanx.

Are you using office 2011 or a different version?
seems I misunderstood the objective a bit.  try this script instead (I've modified it to copy A1:A30 of each sheet to the new workbook, and reorganized it a little for clarity):
set workbookName to "main workbook name" --name of the workbook with all the sheets
tell application id "com.microsoft.Excel"
          set newWorkbook to make new workbook
          repeat with i from 1 to count of sheets of workbook workbookName
                    set columnValue to value of range "A1:A30" of used range of sheet i of workbook workbookName
                    set value of rows 1 thru 30 of column i of sheet 1 of newWorkbook to columnValue
          end repeat
end tell

Similar Messages

  • HT1660 i have two independent itunes libraries on my computer right now. how do i consolidate them into one library? how do i get rid of duplicate files?

    i have two independent itunes libraries on my computer right now. how do i consolidate them into one library? how do i get rid of duplicate files?

    Hello rmunsey,
    Thank you for the question.  It sounds like you have two separate iTunes Libraries but would like to add the music from one to the other to have one consolidated library.
    If you know where the files are for each library, I recommend opening one iTunes Library in iTunes and importing the files from the other library using the following steps:
    Open iTunes
    From the File menu, choose one of the following choices:
    MacAdd to Library
    Windows
    Add File to Library
    Add Folder to Library
    Navigate to and select the file or folder that you want to add
    Adding music and other content to iTunes
    http://support.apple.com/kb/ht1473
    Next, you can search for duplicates:
    Choose View > Show Duplicate Items to show duplicate items (matches are based on the song name and artist). If you have multiple versions of the same song (for example, live and studio versions, or versions from different albums) you can hold the Alt or Option key (for Mac OS X) or the Shift key (for Windows) and choose View > Show Exact Duplicate Items. This will show only duplicate songs having the same name, artist, and album.
    How to find and remove duplicate items in your iTunes library
    http://support.apple.com/kb/ht2905
    This should help you identify the duplicates all at one time so that you can delete the extra versions of songs.
    Thank you for using Apple Support Communities.
    Best,
    Sheila M.

  • I have many duplicates of songs in my library, how do I consolidate them into one copy each without deleting each one individually?

    I hae many duplicates of songs in my library how do i consolidate them into one copy each without deleting each one individually?

    yea... i faced this problem many a time... have run apple sceipts to delete these songs....
    you download these scripts from the link below.... jus follow thw instructions... and you are free from duplicates
    http://dougscripts.com/apps/dupinapp.php
    hope this helps..!

  • I apparently have more than one Apple ID.  So, 1) how do I find out how many different ones exist, and 2) how can I consolidate them into one or two?

    I have inadvertenly created two or more different Apple IDs.  How can I learn all the different IDs associated with my email accounts or my name?  How can I consolidate the different IDs into one or two?

    Go to https://iforgot.apple.com/ and click the blue link "Forgot your Apple ID?"
    It will result a page in which you can provide some contact information that may possibly find an existing Apple ID.
    How can I consolidate the different IDs into one or two?
    This cannot be accomplished.

  • I have two Apple IDs. Is there any way to consolidate them into one?

    I have two Apple iTunes accounts and didn't realize it for a while so some of the music I purchased is associated with one account and some music is associated with the other. I was wondering if there is any way to connect the two accounts and consolidate into one so that all my music is connected to one account and I don't have to manage the account separately?
    Thanks and I appreciate any input!

    From Here   http://support.apple.com/kb/HE37
    I have multiple Apple IDs. Is there a way for me to merge them into a single Apple ID?
    Apple IDs cannot be merged. You should use your preferred Apple ID from now on, but you can still access your purchased items such as music, movies, or software using your other Apple IDs.

  • Combine Multiple Worksheets into one table

    Hello Everyone!
    I have 2 Excel worksheets within the same workbook. Both have identical tables with almost the same fields except for 2 or 3 different columns in one of the sheets. Currently I have a macro assigned to a button on one of the sheets and I have to click on
    it to combine the 2 sheets. I also have a Pivot Table on one of the sheets which pulls data from the table on that sheet and displays it on the existing sheet.
    I wish to :
    1. Combine (merge) these two sheets into one table on a new worksheet when Excel file is opened rather than clicking on the button.
    2. Once the Excel file is opened, i would like to have the Pivot Table to pull data off the combined sheet and display it next to the combined table. Essentially I would like the Pivot Table to be refreshed with the new data from the Combined table rather
    than from one table.
    Is this possible ?
    I use the following code to combine the two sheets, but I don't know how to proceed further. Can someone please help me with the rest ?? Thanks in advance.
    Here's the code:
    Option Explicit
    Sub Combine()
    Dim J As Integer
    On Error Resume Next
    Sheets(1).Select
    Worksheets.Add
    Sheets(1).Name = "Combined Results"
    Sheets(2).Activate
    Range("A1").EntireRow.Select
    Selection.Copy Destination:=Sheets(1).Range("A1")
    For J = 2 To Sheets.Count
    Sheets(J).Activate
    Range("A1").Select
    Selection.CurrentRegion.Select
    Selection.Offset(1, 0).Resize(Selection.Rows.Count - 1).Select
    Selection.Copy Destination:=Sheets(1).Range("A65536").End(xlUp)(2)
    Next
    End Sub
    The problem with being punctual is, there's nobody there to appreciate it !!!

    Hi,
    This is the forum to discuss questions and feedback for Microsoft Excel, the issue is more related to Excel DEV. I'll move your question to the MSDN forum for Excel
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=exceldev&filter=alltypes&sort=lastpostdesc
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Consolidate tracks into one album

    I have the latest version of itunes and I ripped one of my cd's last night.  It's a 2 disc album and it ripped disc 2 fine as one album, but disc one is all separate tracks.
    I have selected all the tracks and clicked "get into", changed all the info to the same and it used to combine all the tracks into one album, but now for some reason it won't work.  I have tried the "consolidate" option and that doesn't work either.
    I don't particularly like the new itunes interface to be honest, it looks very cold and uninviting
    Apologies if i'm on the US site of Apple, I keep changing the page to UK and it keeps reverting me back to US again!

    Hi there.
    Thanks for your reply.  I was trying to do this last night, I updated to itunes 11 a few days ago.  I turned on my laptop this morning and found there was another update, so I updated and now it works!
    The album in question is a various artists one, so I change the album artist to various artists, so it preserves the artist name on each individual track.
    I don't know about you, but when an album has more than one disc, I always re-number the tracks and combine them all into one complete album, it looks tidier that way, instead of having disc 1, disc 2 etc.
    I guess I'll have to get used to the new interface of itunes, as long as it works properly that's all that matters I suppose.

  • I have 3 iTunes accounts which I had set up each time I bought a device not realising they all linked up (blonde!!). Can I consolidate them into one account without losing tunes,pics etc??

    I have 3 iTunes accounts which I had set up each time I got a new device not realising I should use the same one. Is there a way to consolidate the accounts without losing tunes etc as at the moment my iPad, new iPhone and iPod are all getting different downloads : (

    It's impossible to merge two iTunes accounts

  • I think I have 2 itune accounts open and would like to consolidate them into one -don't know my user name of the one account how can I consolidate these

    Anyone have any ideas?

    Sorry, the forum is not letting me post links.  You will need to add the https stuff to the start of this --> iforgot.apple.com/
    To identify an account used to purchase an item:
    In iTunes, select one of the items purchased from the iTunes store. Click on "Purchased" under iTunes store on the left side of iTunes.
    Right click --> get info.
    On the Info tab will be the Apple/iTunesID used to purchase the item.
    You cannot combine accounts.  Anything bought with one will permanently be associated to that account.  Decide which one will be your main one and just use it.  Keep stuff from the other backed up so you don't have to log into that account again unless essential.

  • Consolidate billing into one invoice?

    We got a project in PS with two billing WBS-elements, let us say Phase 1 and Phase 2.
    Phase 1 is billed monthly as a fixed price.
    Phase 2 is billed monthly as Time and Material.
    Is there any way to produce a single invoice that combines fixed fee with resource related billing?
    How the billing should be done to accomodate this requirement?
    Many thanks!

    Dear Sanjeev,
    Can you, please, be a little bit more specific?  Is there any standard BAPI of a user exit not to modify the core system?
    Many thanks!

  • I created two iTunes libraries on my mac mini and would like to merge them into one library. What is the easiest way to do this?

    I created two iTunes libraries on my mac mini back in the day. I would like to consolidate them into one iTunes library. What is the easiest method to do this? I do use i-Match to access all my music from  iCloud, if that makes any difference.  Thanks. Mark

    Thanks for the reply. When I created the 2 libraries years ago I would hold down the options key and had 2 library names to choose from. Now it just shows a lot of files when I do that, With over 7,000 songs I think I will just look for the few songs from the original library I used to use that still interest me, if they don't show up in my default current library. Thought there would be any easy was to integrate all my music files into one library. I am definitely not going to spend days manually doing this, but thanks again.

  • Consolidating songs into one album

    When you have an album with multiple artists, how do you consolidate back into one album on Itunes?

    ctrl + clic on the album then get info ,it asks you if you wanna change the info of several elements,click yes then just add the name you want for the album in "artist album" click ok and that's it ! you may select several "albums" to consolidate them !!

  • Combining several email lists in Addresss Book into one email list.

    I have several email lists in my address book I need to consolidate them into one email list.
    How would I get all of those different email lists into one email list?
    Leon

    Hi Sargenie!
    Just create a new group and then in the main Address Book window you can just drag the entries you want into the new group you've created!
    Let us know if that works for you?
    Reg

  • In I-Tunes, how can I consolidate multiple copies of the same album with different tracks into one file in my library screen?

    In Windows 7 , I tunes library/ albums, I have many albums ( all the same) with different tracks in each.
    Is it possible to consolidate the multiple cover photos into one ?

    Generally setting a common Album Artist will fix things, if not see Grouping tracks into albums.
    tt2

  • How do I consolidate several iCloud accounts into one?

    Can anyone let me know how do I consolidate several iCloud accounts into one?
    Thanks Superminds!

    At present that is not possible.

Maybe you are looking for

  • Just how important is it to have more than one disk?

    I'm confused about this.  I've seen that, in some cases, having only one disk may be fine, even though it's reading and writing from/to the same disk.  However, I've read countless times that it's very hard, with the music conductor analogy that I've

  • Create SP that returns value and at the same time displays query result in output window

    I would like create an SP which will return the records from the table and also return value to my c# client application. For Example: Select * from employee returns all the query results in output window. Now I want to create an SP Create procedure

  • HT2638 iphoto not opening

    I have an imac running version 10.8.4. my iphoto suddenly will not open, I get an error msg and did as was instructed, but no results. Here's msg: "Your photo library is either in use by another application or has become unreadable Shut down and rest

  • Install of Color Finesse for CS5 Is A Mystery

    Hello: I just installed CS5 Master Collection, and I have a left-over serial number for Color Finesse.  After posting questions to Adobe support, searching the contents of my "Contents" disk, and just about everything else, I still don't see the proc

  • FCP 7 DVD DISC TEMPLATES (EXPORT VIA SHARE)

    Where are the DVD DISC TEMPLATES they showed in the new features demo clip...??? They are there whe you choose the make Blu-ray dvd option...but when you choose make dvd it only shows 2 options black or white... any help would be great