+ Reply to Thread
Results 1 to 2 of 2

.Find Method for Excel 2002

  1. #1
    Registered User
    Join Date
    01-12-2006
    Posts
    1

    .Find Method for Excel 2002

    I am having troubles figuring out a problem with Excel 2002. I have made code on Excel 2003 that works fine but when it is ran on Excel 2002 an error occurs (Can't Find Project or Library). Below is the code that is having trouble with Excel 2002. If you have any suggestions why the code doesn't work, or what code will work I would very much appreciate it. Thanks,


    Code

    Set Find_Criteria = Worksheets("Sheet1").Range("B:B").Find(What:="*X*Axis*1*", Lookat:=xlPart)

  2. #2
    Jim Thomlinson
    Guest

    RE: .Find Method for Excel 2002

    When you have a missing reference then weird things start to happen . There
    is nothing wrong with that line of code (in all likelyhood). What you need to
    do is to go the the VB Editor and click on Tools -> References and look for a
    checked item that starts with "Missing". chances are you just need to find an
    older version of the same reference. If you are missing Whatever 2.8 then
    uncheck it and look for a Whatever 2.7.
    --
    HTH...

    Jim Thomlinson


    "jwells" wrote:

    >
    > I am having troubles figuring out a problem with Excel 2002. I have
    > made code on Excel 2003 that works fine but when it is ran on Excel
    > 2002 an error occurs (Can't Find Project or Library). Below is the
    > code that is having trouble with Excel 2002. If you have any
    > suggestions why the code doesn't work, or what code will work I would
    > very much appreciate it. Thanks,
    >
    >
    > Code
    >
    > Set Find_Criteria =
    > Worksheets("Sheet1").Range("B:B").Find(What:="*X*Axis*1*",
    > Lookat:=xlPart)
    >
    >
    > --
    > jwells
    > ------------------------------------------------------------------------
    > jwells's Profile: http://www.excelforum.com/member.php...o&userid=30413
    > View this thread: http://www.excelforum.com/showthread...hreadid=500787
    >
    >


+ 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