How to automatically pop-up the find dialog box using VBA. Below is the VBA code:
Sub FindData()
Application.Dialogs(xlDialogFormulaFind).Show
End Sub
How to automatically pop-up the find dialog box using VBA. Below is the VBA code:
Sub FindData()
Application.Dialogs(xlDialogFormulaFind).Show
End Sub