Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is the a way to open the Search and replay dialog?
Application.Dialogs(xlDialogSearch).Show opens the Filesearch task, and I haven't been able to locate any xldialog keyword for the search and replace. Jan |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I don't think it's available, does not appear to show in the Built-In Dialog
Box Argument Lists However, see if one of these two approaches helps you. Sub aaa() Application.Dialogs(xlDialogFormulaReplace).Show End Sub Sub bbb() Application.CommandBars.FindControl(ID:=1849).Exec ute Application.CommandBars("Edit").Controls("Find..." ).Execute End Sub -- jb "jkrons" wrote: Is the a way to open the Search and replay dialog? Application.Dialogs(xlDialogSearch).Show opens the Filesearch task, and I haven't been able to locate any xldialog keyword for the search and replace. Jan . |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Unfortunately the first one locks finds nothingm, but locks Excel.
The second fails in line 2 Application.CommandBars("Edit").Controls("Find..." ).Execute with an runt-time error 5: Invalid procedure call or agument. Jan john wrote: I don't think it's available, does not appear to show in the Built-In Dialog Box Argument Lists However, see if one of these two approaches helps you. Sub aaa() Application.Dialogs(xlDialogFormulaReplace).Show End Sub Sub bbb() Application.CommandBars.FindControl(ID:=1849).Exec ute Application.CommandBars("Edit").Controls("Find..." ).Execute End Sub Is the a way to open the Search and replay dialog? Application.Dialogs(xlDialogSearch).Show opens the Filesearch task, and I haven't been able to locate any xldialog keyword for the search and replace. Jan . |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm running XP / 2003 & both worked fine for me.
I am guessing by your post that you are running different platform? if this is so, sorry but not able to assist you any further. -- jb "Jan Kronsell" wrote: Unfortunately the first one locks finds nothingm, but locks Excel. The second fails in line 2 Application.CommandBars("Edit").Controls("Find..." ).Execute with an runt-time error 5: Invalid procedure call or agument. Jan john wrote: I don't think it's available, does not appear to show in the Built-In Dialog Box Argument Lists However, see if one of these two approaches helps you. Sub aaa() Application.Dialogs(xlDialogFormulaReplace).Show End Sub Sub bbb() Application.CommandBars.FindControl(ID:=1849).Exec ute Application.CommandBars("Edit").Controls("Find..." ).Execute End Sub Is the a way to open the Search and replay dialog? Application.Dialogs(xlDialogSearch).Show opens the Filesearch task, and I haven't been able to locate any xldialog keyword for the search and replace. Jan . . |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm running XP and 2003as well, but a Danish version of Excel.
Jan john wrote: I'm running XP / 2003 & both worked fine for me. I am guessing by your post that you are running different platform? if this is so, sorry but not able to assist you any further. Unfortunately the first one locks finds nothingm, but locks Excel. The second fails in line 2 Application.CommandBars("Edit").Controls("Find..." ).Execute with an runt-time error 5: Invalid procedure call or agument. Jan john wrote: I don't think it's available, does not appear to show in the Built-In Dialog Box Argument Lists However, see if one of these two approaches helps you. Sub aaa() Application.Dialogs(xlDialogFormulaReplace).Show End Sub Sub bbb() Application.CommandBars.FindControl(ID:=1849).Exec ute Application.CommandBars("Edit").Controls("Find..." ).Execute End Sub Is the a way to open the Search and replay dialog? Application.Dialogs(xlDialogSearch).Show opens the Filesearch task, and I haven't been able to locate any xldialog keyword for the search and replace. Jan . . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Open Search and replace dialog | Excel Programming | |||
Open Dialog Box to return Selected File Path and Not Open it. | Excel Programming | |||
Control search/replace dialog startup values | Excel Programming | |||
Open Another File to Search and Replace Text | Excel Programming | |||
control of dialog macro dialog box. on open | Excel Programming |