View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Hinojosa via OfficeKB.com Hinojosa via OfficeKB.com is offline
external usenet poster
 
Posts: 28
Default Changing search feild in middle of seach

So with my current code would I be able to fit something like this in there?

Barb Reinhardt wrote:
Instead of using

if Number = 123 then ... try

If Number like "*123" then

IF you put an asterisk at the beginning, it will return anything that ends
with 123. If you use "*123* it will return anything that contains 123 in
that order.

I'm kind of new with writing these macros but I've come across a problem I'm
not sure what to do, what my macro is doing so far is I have one spreadsheet

[quoted text clipped - 7 lines]

please help!!


--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...mming/200703/1