+ Reply to Thread
Results 1 to 2 of 2

Creating a master file using a macro

  1. #1
    Registered User
    Join Date
    07-26-2012
    Location
    Akron, Ohio
    MS-Off Ver
    Excel 2003
    Posts
    16

    Question Creating a master file using a macro

    I am trying to Macro that will allow me to copy information from a standard sheet, to a master file that will record all information

    This standard sheet I am using will have in Cell A1 the category "Job #", Cell B1 will have "Job Address", Cell C1 will have "Job Type", etc.

    I want to be able to have a macro that will record this information into a Master File, and then when I clear the standard sheet, not have the information be cleared, while also having the next row of information inserted using the same cells from the Standard Sheet, A1,B1,C1, etc.

    Standard Sheet (Cells A1,B1,C1)
    Job 1, 1234 Street, Cars

    MasterFile(Cells A1,B1,C1)
    Job 1, 1234 Street, Cars

    then

    Standard Sheet(Cells A1,B1,C1)
    Job 2, 5678 Road, Boats

    MasterFile
    Job 1, 1234 Street, Cars (Cells A1,B1,C1)
    Job 2, 5678 Road, Boats (Cells A2,B2,C2)

    and so on.

    Can this be done with a Macro?

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Creating a master file using a macro

    Here's a basic example:

    Please Login or Register  to view this content.
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Creating Multiple Output Files from a Master File and updating data between workbooks
    By EXCEL0429 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-29-2013, 11:54 AM
  2. Creating multiple files from a master file
    By RoarMax in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-03-2013, 06:30 AM
  3. Replies: 0
    Last Post: 03-04-2013, 03:40 AM
  4. [SOLVED] Macro - Master file to import data from another open file with variable file name
    By jdodz in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-10-2012, 10:56 PM
  5. [SOLVED] Creating new files from one master file
    By mike.selway in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 02-16-2012, 09:45 AM

Tags for this Thread

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