D
don
The following command shows the Find Dialog box but how do I capture
the results of that search.
Application.Dialogs(xlDialogFormulaFind).Show
If I try set stuff = Application.Dialogs(xlDialogFormulaFind).Show
I get an error.
If I try stuff = Application.Dialogs(xlDialogFormulaFind).Show
I get true or false.
I'd like to find the cell that has the data and then capture that
cells attributes, ie address, row, column, etc.
Where can I find examples of using the results of what the dialog box
found. Help shows what attributes to feed the boxes but I can't find
where to capture the results of the search.
Thanks for any help.
Don
the results of that search.
Application.Dialogs(xlDialogFormulaFind).Show
If I try set stuff = Application.Dialogs(xlDialogFormulaFind).Show
I get an error.
If I try stuff = Application.Dialogs(xlDialogFormulaFind).Show
I get true or false.
I'd like to find the cell that has the data and then capture that
cells attributes, ie address, row, column, etc.
Where can I find examples of using the results of what the dialog box
found. Help shows what attributes to feed the boxes but I can't find
where to capture the results of the search.
Thanks for any help.
Don