S
Steven
What code do I use on a command button that will let the user choose a color
for interior and font.
Thanks you,
Steven
for interior and font.
Thanks you,
Steven
Dave Peterson said:For the font color:
Application.Dialogs(xlDialogFormatFont).Show
or
Application.Dialogs(xlDialogFontProperties).Show
For the pattern/fill:
Application.Dialogs(xlDialogPatterns).Show