+ Reply to Thread
Results 1 to 4 of 4

Copying contents of a specified cell from 1 worksheet to another

Hybrid View

  1. #1
    Registered User
    Join Date
    09-02-2009
    Location
    switzerland
    MS-Off Ver
    Excel 2003
    Posts
    24

    Copying contents of a specified cell from 1 worksheet to another

    Hello all

    I have a Main worksheet which contains data in 4 columns & 9 rows. First column contains numbers 1,2 & 3. What is want is this :

    I need the DO button in the worksheet 1 to do the folowwing procedure.

    The row containing the value "1" in Column A has to be copied to Type 1
    The row containing the value "2" in Column A has to be copied to Type 2
    The row containing the value "3" in Column A has to be copied to Type 3

    When in enter new data in worksheet Main, and then click the DO button, everything in the worksheets Type1, Type 2, Type 3 have to updated.

    Can someone show me an example??
    Thanks.

    Attached is my Test Excel sheet
    Attached Files Attached Files

  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: Copying contents of a specified cell from 1 worksheet to another

    'SHEET1 TO MANY SHEETS
    Here's a macro for parsing rows of data from one sheet to many sheets named for the same values in a specific column.It not only can parse the rows, it can create the sheets if they are missing. There is a sample sheet there where you can test this out.


    The only real difference is the sheetnames will match the column A values exactly, and row1 needs to be "titles" for each column. Drop your sample data into the sample workbook at row2 and give it a try.
    _________________
    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!)

  3. #3
    Registered User
    Join Date
    09-02-2009
    Location
    switzerland
    MS-Off Ver
    Excel 2003
    Posts
    24

    Re: Copying contents of a specified cell from 1 worksheet to another

    Hi JBeaucaire

    Thankyou very much .... That example helped me a lot. I t was more or less what i needed. I changed a little bit to my needs and it works peerfectly.... kudos to u

    cheers

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

    Re: Copying contents of a specified cell from 1 worksheet to another

    That is the exact intention! Good work.

    If that takes care of your need, please click EDIT in your original post, click GO ADVANCED and set the PREFIX box to SOLVED.

+ Reply to Thread

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