Consulting

Results 1 to 2 of 2

Thread: Sleeper: Copying Data between Workbooks

  1. #1

    Post Sleeper: Copying Data between Workbooks

    Hi All,

    Can anyone help me with a code to do the following:

    There is workbook in which the user enters in data.
    In Column E he/she enters in the Date.
    In Column J he/she enter in the Process
    There is an Export Data Command Button on the Worksheet.

    Things that need to happen when this button is clicked are:

    * Code should ask the user for the date and Process for which the data needs to be copied.
    * After getting the date and Process, compare and copy entire rows (suppose B:AA) which match the date in column E and Process in Column J with the ones supplied by the user
    * paste this data to the worksheet (of the name as that of the Process) of another workbook (with the same name as this workbook) in another folder.
    * whilst copying it to another workbook the code should check for the next available blank cell, say B42 and start pasting the copied content from there on.

    Help Appreciated.
    Thank You.

    XL Psychic
    Excel 2000 on Windows 98/Win XP

  2. #2
    Administrator
    VP-Knowledge Base
    VBAX Master
    Joined
    Jan 2005
    Location
    Porto Alegre - RS - Brasil
    Posts
    1,219
    Location
    Best Regards,

    Carlos Paleo.

    To every problem there is a solution, even if I dont know it, so this posting is provided "AS IS" with no warranties.

    If Debugging is harder than writing a program and your code is as good as you can possibly make
    it, then by definition you're not smart enough to debug it.




    http://www.mugrs.org

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •