+ Reply to Thread
Results 1 to 3 of 3

reading cell in sheet1 and matching it to the corresponding value in sheet2

  1. #1
    Registered User
    Join Date
    11-28-2012
    Location
    india
    MS-Off Ver
    Excel 2003
    Posts
    2

    reading cell in sheet1 and matching it to the corresponding value in sheet2

    Hi,

    I have query in excel, where in, if I enter a value in sheet1 in any cell, it should automatically open sheet2 and point to the corresponding cell in sheet2.
    How do i get excel to make a loop through the entire cell value in sheet2 and then match the value in sheet1 and correspond it to the value in sheet2?

    Can anyone help on this?

    Thanks

  2. #2
    Forum Expert Jakobshavn's Avatar
    Join Date
    08-17-2012
    Location
    Lakehurst, NJ, USA
    MS-Off Ver
    Excel 2007
    Posts
    1,970

    Re: reading cell in sheet1 and matching it to the corresponding value in sheet2

    Place the following event macro in the worksheet code area of Sheet1:

    Please Login or Register  to view this content.
    Because it is worksheet code, it is very easy to install and automatic to use:
    1. right-click the tab name near the bottom of the Excel window
    2. select View Code - this brings up a VBE window
    3. paste the stuff in and close the VBE window
    If you have any concerns, first try it on a trial worksheet.

    If you save the workbook, the macro will be saved with it.


    To remove the macro:
    1. bring up the VBE windows as above
    2. clear the code out
    3. close the VBE window
    To learn more about macros in general, see:

    http://www.mvps.org/dmcritchie/excel/getstarted.htm

    To learn more about Event Macros (worksheet code), see:

    http://www.mvps.org/dmcritchie/excel/event.htm

    Macros must be enabled for this to work!
    Gary's Student

  3. #3
    Registered User
    Join Date
    11-28-2012
    Location
    india
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: reading cell in sheet1 and matching it to the corresponding value in sheet2

    This code works like a gem.. Thanks Jakobshavn

+ 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