View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mick Mick is offline
external usenet poster
 
Posts: 35
Default Display color (or Format Cells) dialog in a macro?

If I use the following in a macro, how can I get the selected color after the
user clicks the OK button? Is there another way to display a color selection
dialog?

Or, better yet, how can I display the 'Format Cells' dialog in a macro?


Dim bResult As Boolean
bResult = Application.Dialogs(xlDialogColorPalette).Show