Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default .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*A xis*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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 486
Default .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*A xis*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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Find Method problem in Excel VBA.... Irmann Excel Worksheet Functions 7 March 10th 08 03:49 AM
Despite data existing in Excel 2002 spreadsheet Find doesn't find AnnieB Excel Discussion (Misc queries) 1 June 16th 06 02:15 AM
Excel Find Method JonWayne Excel Programming 3 April 7th 05 12:43 PM
Using Find method in Excel passing more than 1 parameter Nick Excel Programming 3 November 2nd 04 05:56 PM
Excel 2002 SP2 VBA 6.3 'RefersTo' Method fails Robert L. Porter Excel Programming 2 June 4th 04 02:31 PM


All times are GMT +1. The time now is 03:24 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"