Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() What is it you are trying to find? is it in the same worksheet or the same workbook? -- The Code Cage Team Regards, The Code Cage Team 'The Code Cage' (http://www.thecodecage.com) ------------------------------------------------------------------------ The Code Cage Team's Profile: http://www.thecodecage.com/forumz/member.php?userid=2 View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=35170 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 "The Code Cage Team" wrote: What is it you are trying to find? is it in the same worksheet or the same workbook? -- The Code Cage Team Regards, The Code Cage Team 'The Code Cage' (http://www.thecodecage.com) ------------------------------------------------------------------------ The Code Cage Team's Profile: http://www.thecodecage.com/forumz/member.php?userid=2 View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=35170 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Make it Simple! | Excel Worksheet Functions | |||
Looking to make some simple formulas... | Excel Programming | |||
search string command to answer simple Yes or No | Excel Worksheet Functions | |||
Simple Search and Replace Question | Excel Discussion (Misc queries) | |||
Make it more simple or intuitive to do simple things | Charts and Charting in Excel |