Mega Code Archive

 
Categories / VisualBasic Script / Application
 

Display one of Excels built-in dialog boxes and let the user make the choices

Sub show()   Result = Application.Dialogs(xlDialogFormulaGoto).show End Sub