View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
egun egun is offline
external usenet poster
 
Posts: 88
Default How to use VBA to open the Condtional Format dialog box for the us

Opening the dialog should be as easy as:

Application.Dialogs(xlDialogConditionalFormatting) .Show

I could not figure out how to trap its events, however. Good luck with that
part!

HTH,

Eric