trying to make a simple search.....

J

jestercat

I have a large worksheet with many columns.

I've already got some code running to highlight the row that the cursor is
currently on (making it easier for the user to see the row).

I'm trying to figure out a better way to conduct a search (for any string in
the worksheet) that doesn't use the built in CTRF-F. I find CTRL-F
cumbersome as you have to close the FIND pop-up to swtch to another workbook,
or use the scroll bars, etc. And although it finds what I am looking for, I
lose the row highlight feature until I close the FIND pop-up window, and
click on the worksheet again....

I'm open to suggestions but would prefer a userform that could be anchored
somewhere on the document (always visible).

Thanks in advance!
 
J

jestercat

I'm trying to find "anything" on the sheet, in other words, I'd like a search
tool, that could find Surname, Name, phone number, fax number etc. or any
portion there of. For example, if I needed to find the surname Smith, I
could type in Smith or maybe Smi, or Smit and the search would look for the
first occurence of any of these. CTRL-F does this, but prevents other macros
from running until you close it's pop-up.

Essentially, I need a search that stays open on the page, but doesn't stop
someone from scrolling around either. The CTRL-F has to be closed before you
can move around.

I did manage to find a great example of a SOUNDEX worksheet, but can't seem
to make it work on my page for some reason :(

Thanks

jestercat
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top