+ Reply to Thread
Results 1 to 4 of 4

Automatically transferring data from one sheet to another dependent upon category

  1. #1
    Registered User
    Join Date
    03-08-2015
    Location
    san francisco, california
    MS-Off Ver
    2010
    Posts
    2

    Automatically transferring data from one sheet to another dependent upon category

    Goal:
    Automatically transfer data in a particular sheet to other sheets depending on the category "service".
    Example:
    Sheet name = MBTF
    Columns: Date, Client ID, Client Name, Service, Description, Qty, Price, Total

    Based on this sheet, I would like to automatically transfer data by clicking a Command button to different sheets within the workbook dependent upon the category "service". I would like to create a template for each "service" and create a tab for each "service" and automatically transfer Date, Client ID, Client Name, Description, Qty, Price and Total.

    I do not how to create the VBA code for this. I need to run these reports every month.

    Please help.

    Thank you!! :o)

  2. #2
    Forum Contributor
    Join Date
    06-21-2012
    Location
    United States
    MS-Off Ver
    Excel 2010
    Posts
    191

    Re: Automatically transferring data from one sheet to another dependent upon category

    I do something very similar with the advanced. We get an aggregated monthly report, and I use some VBA with advancedfilter to parse that out into 32 individual reports. It really is a thing of beauty - though it should be noted I'm filtering out to separate workbooks, and not sheets within the same workbook.

    Basically, in this code, I had already set up some variables and a three dimensional array to handle everything. I'd probably tweak it a little bit now, but it's there and it works well. Hopefully it makes sense:

    Please Login or Register  to view this content.
    Last edited by soberguy; 03-17-2015 at 05:30 PM.

  3. #3
    Registered User
    Join Date
    03-08-2015
    Location
    san francisco, california
    MS-Off Ver
    2010
    Posts
    2

    Re: Automatically transferring data from one sheet to another dependent upon category

    Wow Thank you so much! I wish I could decipher that and use it with my spreadsheets but I'm a total beginner to VBA and don't know how to personalize to my sheet.

    If anyone can break it down a little further that'd be wonderful!

  4. #4
    Forum Expert
    Join Date
    06-12-2012
    Location
    Ridgefield Park, New Jersey
    MS-Off Ver
    Excel 2003,2007,2010
    Posts
    10,241

    Re: Automatically transferring data from one sheet to another dependent upon category

    Does this help?

    Please Login or Register  to view this content.

+ 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. Transferring expiry dates automatically to another sheet
    By davehow87 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 01-15-2015, 01:45 AM
  2. Replies: 3
    Last Post: 08-18-2014, 11:50 AM
  3. Automatically transferring a Row of info from Master Sheet
    By sharp21 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-11-2013, 02:41 AM
  4. Replies: 0
    Last Post: 09-17-2012, 06:28 AM
  5. Replies: 0
    Last Post: 05-29-2009, 09:42 AM

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