Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Sub DisplayFontDialog()
Dim dlgResult As Variant
dlgResult = Application.Dialogs(xlDialogFontProperties).Show
End Sub
Private Sub RefEdit1_Exit(ByVal Cancel As MSForms.ReturnBoolean)
ActiveSheet.Range(RefEdit1.Text).Select
End Sub
Private Sub CommandButton1_Click()
FontPickList
End Sub