Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
1. Please examine the following code :-
Dim TextFind As String Call Application.Dialogs(xlDialogFormulaFind).Show(Text Find, 2, 2, 1, 0, True, True) MsgBox "TextFind = " & TextFind 2. It is in vain to store the text string (entered into the Find What : text box of the built-in xlDialogFormulaFind) by using the argument TextFind. 3. Please show the alternative means of capturing TextFind by using VBA code. 4. Regards. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Built-in Dialog Box Argument Button | Excel Discussion (Misc queries) | |||
Built in message boxes | Excel Discussion (Misc queries) | |||
Built in message boxes | Excel Discussion (Misc queries) | |||
Getting a file name using a built in dialog box | Excel Programming | |||
Built-in file dialog question | Excel Programming |