Consulting

Results 1 to 4 of 4

Thread: vba-match and copy data

  1. #1
    VBAX Newbie
    Joined
    Feb 2006
    Posts
    3
    Location

    vba-match and copy data

    i have 2 files, Information.xls & 822.xls,
    below are the sample data of the following 2 files,

    -----------------------822.xls----------------------------
    Mod--------Descrip------------------------------Facility----Time-----Day
    IT1122-----Object Oriented Programming----------LTQ-9-----9.00am--Wed

    IT2233-----Excel Programming--------------------LTQ-6-----1.00pm--Tues


    ----------------------Information.xls----------------------
    Mod--------Descrip------------------------------Facility----Time-----Day
    IT1122

    IT2233


    the program will look for all the Mod that contains the text "IT" and
    then it will copy all the data under the Column "Facility", "Time", "Day" which are "LTQ-9", "9.00am", "Wed" and paste into Information.xls under the same "IT1122" under the Column "Facility", "Time", "Day"

    any idea how to get it done?

  2. #2
    VBAX Tutor CCkfm2000's Avatar
    Joined
    May 2005
    Posts
    209
    Location
    hi noob,

    why don't you just link the 2 spreadsheets together?

    regards

    cckfm2000

  3. #3
    VBAX Newbie
    Joined
    Feb 2006
    Posts
    3
    Location
    it is 2 different files..and i'm required to copy the data from one file to another..

  4. #4
    VBAX Newbie
    Joined
    Feb 2006
    Posts
    3
    Location
    anyone able to help me on it?

Posting Permissions

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