Results 1 to 4 of 4

Copy records with the same value in a column to a new sheet or workbook

Threaded View

  1. #1
    Registered User
    Join Date
    01-29-2008
    Posts
    2

    Copy records with the same value in a column to a new sheet or workbook

    Hi All,

    I have a requirement to create some Excel macros. To be honest, I am not a programmer but I have done some programming in C# 4 years ago for about a year. So i am hoping that if someone can give me the code of the sample I provide, I should be able to build on it.

    The scenario is like this:

    Master file has the following info:

    Item Code    Jan 07     FEB 07
    AB123         $20.00     $2018.00
    AB123         $30.00     $209.00     
    CD456         $40.00     $780.00
    CD456         $50.00     $2000.00
    I need to do the following:
    1. Create a button in the master file which when clicked creates a new excel file with the name "TestData" and creates a new worksheet for each Item Code.
    2. In each sheet, it will create a table with the Sale column for each year.
    3. In the "TestData" file, another button is required so that if the user modifies some data, e.g., Price, then this updated information can be updated back into the Master file.

    I have used a very basic version of my requirement. I will greatly appreciate your assistance in this regards.

    Regards,
    Reeya
    Last edited by Leith Ross; 01-29-2008 at 08:53 PM.

Thread Information

Users Browsing this Thread

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

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