+ Reply to Thread
Results 1 to 6 of 6

Automatically Create Separate sheets on difference amounts through VBA

  1. #1
    Registered User
    Join Date
    04-28-2015
    Location
    bangalore
    MS-Off Ver
    2013
    Posts
    56

    Automatically Create Separate sheets on difference amounts through VBA

    Dear Experts, Good Morning,

    I need help to create 3 x 3 types of Varience in amounts ( Increase and Decrease) sheet in different sheets Product ID wise on monthly basis entire financial year automatically through VBA.

    I have a morethan 20+ thousand line items, but i added only few for samples monthly wise.

    My humble request to you, Please help me, I am taking huge time to prepare this data through manually.

    Sample file uploaded for your persual.

    Thanks,

    With regards,
    KumarPK
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    04-28-2015
    Location
    bangalore
    MS-Off Ver
    2013
    Posts
    56

    Re: Automatically Create Separate sheets on difference amounts through VBA

    Dear experts,

    Please anybody help on my request.???

    Regards

    KumarPK

  3. #3
    Valued Forum Contributor spitfireblue's Avatar
    Join Date
    01-29-2015
    Location
    Adelaide, Australia
    MS-Off Ver
    2007,2010,2016
    Posts
    611

    Re: Automatically Create Separate sheets on difference amounts through VBA

    Hi KumarPK,

    You are better off setting these up as Pivot tables rather than macros (see attached example):
    Example.xlsx

    Good Luck,
    Stephen

  4. #4
    Registered User
    Join Date
    04-28-2015
    Location
    bangalore
    MS-Off Ver
    2013
    Posts
    56

    Re: Automatically Create Separate sheets on difference amounts through VBA

    Wow its great stephen ..... you are genious, one question.. I have total 10 sheets, I want to view only particular sheet and Basedata which I am viewing ..

    Rest everything I want to hide... is it possible....??

    Thanks
    KumarPK

  5. #5
    Valued Forum Contributor spitfireblue's Avatar
    Join Date
    01-29-2015
    Location
    Adelaide, Australia
    MS-Off Ver
    2007,2010,2016
    Posts
    611

    Re: Automatically Create Separate sheets on difference amounts through VBA

    You can hide sheets using macros using the following code:
    ActiveWorkbook.Sheets("Name").Visible=xlSheetHidden
    or make them visible by replacing xlSheetHidden with xlSheetVisible

  6. #6
    Registered User
    Join Date
    04-28-2015
    Location
    bangalore
    MS-Off Ver
    2013
    Posts
    56

    Re: Automatically Create Separate sheets on difference amounts through VBA

    Thanks Stephen... Its working like charm.. God bless you.

+ 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. Column matches on separate sheets to return varying amounts
    By arthurphil in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-25-2015, 07:14 AM
  2. Automatically enter data on separate sheets
    By smpitch in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-16-2015, 05:57 PM
  3. Replies: 2
    Last Post: 02-23-2014, 09:56 PM
  4. Replies: 1
    Last Post: 08-23-2013, 09:01 AM
  5. Macro to create separate sheets
    By scauley in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-18-2010, 06:07 AM
  6. Replies: 5
    Last Post: 10-01-2009, 11:48 AM
  7. Replies: 3
    Last Post: 09-12-2008, 06:55 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