View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
sundarvenkata sundarvenkata is offline
external usenet poster
 
Posts: 5
Default Incremental search to find worksheets

Hi All,

I have this unique requirement of implementing incremental search to
go to a specific worksheet within a workbook. I want this
functionality to be present for any excel worksheet that I open. I
want to be able to popup a dialog box with a text field where I enter
the name of the worksheet and I should be able to reach the worksheet
that I type. Is it possible to do this with Excel VBA?

Thanks in advance,
Sundar