Home |
Search |
Today's Posts |
#3
![]() |
|||
|
|||
![]()
Jim Rech wrote:
Some or all Excel versions before Excel 2000 had this problem. When run from a macro the way you're doing it Excel would only search the range selected when the macro is run. This is usually just one cell. One way to overcome this: Private Sub CommandButton1_Click() Cells.Select Application.Dialogs(xlDialogFormulaFind).Show ActiveCell.Select End Sub This was fixed in Excel 2002 and later. Thanks a lot for your help ! Very nice to see such a compatibility ... ;-) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel's Dialog Box | Excel Discussion (Misc queries) | |||
how to search in excel with condition | Excel Discussion (Misc queries) | |||
can i make a formula to search keywords in a excel workbook? | Excel Worksheet Functions | |||
Search for a specific character in a cell in an if statement | Excel Worksheet Functions | |||
Search problems | Excel Worksheet Functions |