Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
I have an excel workbook that has a split frame in the middle of the page. The top has instructions and the bottom has a few hundred rows of data. I'd like to create a search function in the top frame that enables me to type a name, click a button (or hit enter), and have the bottom frame move to the appropriate row. I found some good code by Tom Ogilvy for returning a row as a result of a search (code below)...but I'm not sure how to move the focus of JUST the lower frame. Any help? Or even links to suggested reading? Thank you! Dave Code: (From Tom Ogilvy, as posted he http://www.microsoft.com/office/comm...=en-us&m=1&p=1 ) Dim rng as Range, rng1 as Range set rng = Cells.find(Userform1.Textbox1) if not rng is nothing then set rng1 = rng.entirerow End if |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Color alternate rows when after hiding selected rows | Excel Worksheet Functions | |||
save search settings having all tabs selected-or entire workbook | Excel Worksheet Functions | |||
how many rows did I selected | Excel Worksheet Functions | |||
How to attach legend frame to chart frame? | Charts and Charting in Excel | |||
HELP,how to show search result according to specifed criteria and selected fields | Excel Programming |