Results 1 to 17 of 17

Macro to separate, concatenate, and change sheet names

Threaded View

  1. #1
    Registered User
    Join Date
    04-26-2014
    Location
    Germany
    MS-Off Ver
    Excel 2010
    Posts
    21

    Macro to separate, concatenate, and change sheet names

    I am brand new to Macros - in fact, I really do not know what I am doing with them at all.

    I would like to see if I can create a macro to even more simplify the repetitive tasks that I need to do. This will reference the Macro solution that was given to me in Post #4 on this link: http://www.excelforum.com/excel-gene...ml#post3679700

    I gave a simplified version of what I am actually trying to do because I didn't expect as awesome of an answer as I got - and, it seems, with using a Macro, I could get Excel to do even more for me.

    Here is a table of exactly what I am looking at


    SHEET 1
    A B C D E
    Date&Time Ask Price Bid Price Ask Volume Bid Volume
    2007.03.25 21:00:03.496 1.64845 1.64785 1 1
    That is the basic setup and it goes for about 500,000 rows and I have almost 5,500 workbooks. So the idea of automating my tasks as much as possible is extremely appealing

    Following the pattern on the link that I gave above, I would like the following:

    ASK (This is Sheet #2 having been renamed)
    A B
    20070325 210003;1.64845;1
    (concatenation of Time, Ask Price, & Ask Volume...all separated only by a ";")

    BID (Rename of Sheet 3)
    A B
    20070325 210003;1.64785;1
    (concatenation of Time, Bid Price, & Bid Volume...all separated only by a ";")

    And, with the answer, could you also share with me precisely how I am supposed to enter this Macro into excel and also if there is some way of being able to this in a batch, rather than each file individually?

    thank you very much and I deeply appreciate any help that anyone is able to give to me.
    Last edited by JGSmith; 05-01-2014 at 08:50 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Newbie in Macro
    By Carbonlink in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 01-20-2014, 07:45 PM
  2. [SOLVED] VBA Newbie needs some help with looping macro
    By CDNcameron in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 05-08-2012, 12:53 PM
  3. Need help with a Excel Macro (I am a Newbie)
    By theebookzoo in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-13-2008, 08:36 AM
  4. VBA newbie needs help with triggering a macro
    By mav93 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 02-24-2006, 02:15 PM
  5. Newbie - Help with a macro
    By Mike Basden in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-08-2006, 08:40 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1