+ Reply to Thread
Results 1 to 6 of 6

Multi sheets info transfer VBA (Excel 2003)

Hybrid View

Excelnoub Multi sheets info transfer... 05-07-2012, 05:57 PM
Excelnoub Re: Is this possible? VBA... 05-07-2012, 06:01 PM
Excelnoub Re: Is this possible? VBA... 05-07-2012, 07:58 PM
Excelnoub Re: Multi sheets info... 05-08-2012, 07:53 AM
Excelnoub Re: Multi sheets info... 05-08-2012, 08:34 AM
Excelnoub Re: Multi sheets info... 05-09-2012, 11:38 AM
  1. #1
    Forum Contributor
    Join Date
    03-29-2012
    Location
    Canada
    MS-Off Ver
    2007
    Posts
    818

    Multi sheets info transfer VBA (Excel 2003)

    http://www.mrexcel.com/forum/showthread.php?t=633913

    Here is my workbook...

    The explanation is also on MrExcel.

    I would need help with this final VBA code.

    If you insert information and go step by step you will see what I am trying do accomplish
    Last edited by Excelnoub; 05-08-2012 at 07:48 AM. Reason: Title change

  2. #2
    Forum Contributor
    Join Date
    03-29-2012
    Location
    Canada
    MS-Off Ver
    2007
    Posts
    818

    Re: Is this possible? VBA (Excel 2003)

    Workload Report 2012.xls

    Replace attachment

  3. #3
    Forum Contributor
    Join Date
    03-29-2012
    Location
    Canada
    MS-Off Ver
    2007
    Posts
    818

    Re: Is this possible? VBA (Excel 2003)

    Anyone has any tricks I could search on ?

    I tried the Concatenate and some vlookup but I can't use them. I need the code to run in the back ground and that user will not be able to delete it.

  4. #4
    Forum Contributor
    Join Date
    03-29-2012
    Location
    Canada
    MS-Off Ver
    2007
    Posts
    818

    Re: Multi sheets info transfer VBA (Excel 2003)

    Will do my best to explain the process of what is needed for the last code I need.

  5. #5
    Forum Contributor
    Join Date
    03-29-2012
    Location
    Canada
    MS-Off Ver
    2007
    Posts
    818

    Re: Multi sheets info transfer VBA (Excel 2003)

    Explanation of sheet1:

    The user will start to insert the project number. This number will be transfer to the 5 first sheets. Other information will be directly transferred to sheet5 as Sheet5 is the report capture.

    Once the user will have the sheet1's information inserted he will then clear the content by selecting "yes" in a drop down validation in cell H. This can be done between Rows 5 to 19.

    The user will continue to add information in sheet2 until the process is complete. On the same line of the project. Lets call this project1. At the same time the user can have multiple projects at the same time. All project will not be on the same row but on the next available row. So the initial page for entry is Sheet1.

    The user will continue to add info, depending on the project's life cycle.

    Lets say we do an example with 3 project at the same.

    Note: Information is transferred immediately after the user hits "Enter"

    So Sheet1 will have:

    A5= Project1 (Transferred to Sheet2, Sheet3, Sheet4 and Sheet5)
    B5=Date (Transferred only to Sheet5)
    C5=info (Transferred only to Sheet5)
    D5=info (Transferred only to Sheet5)
    E5=info (for User only)
    F5=Info (Transferred only to Sheet5)
    G5=Comments (This needs to be transferred to Sheet5 column P but in the same row as Project1's info)

    Sheet2 will have

    A5=Project1 (already transferred from Sheet1) no info or data needed
    B,C and D5=dates (no info or data transferred needed)
    E,F and G5= date (The 3 cells will be tranfered together on sheet5)
    H5=Comments (This needs to be transferred to Sheet5 column P but in the same row as Project1's but after the comment from Sheet1)

    Same will need this for Sheet3

    D5=Comments (This needs to be transferred to Sheet5 column P but in the same row as Project1's but after the comment from Sheet1 and Sheet2)

    ____________________________________________

    Project2 example:

    If the user starts another project, lets say Project2, and is not ready to go on Sheet2, the user stops the process and goes on the the next project.

    So in this example project2 is on hold on Sheet1.

    ____________________________________________

    Project3 example:

    The user has another project, so Project3 and this one continues all the way.

    So you take example from Project1 and repete the process. The comments should never be the same.

    Now project3 is in Cell A7.

    I need when the user insert a comment in sheet1 is will be transferred in sheet5 after if the user inserts a comment in Sheet2 it will be transferred after sheet1's information but vs project3.

  6. #6
    Forum Contributor
    Join Date
    03-29-2012
    Location
    Canada
    MS-Off Ver
    2007
    Posts
    818

    Re: Multi sheets info transfer VBA (Excel 2003)

    Please Help me

+ 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