View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Using vbCritical, vbQuestion, etc icon in custom dialogs

The are only applicable to a message box.

--
Regards,
Tom Ogilvy

"Raymond" wrote in message
...
How do I use vbCritical, vbQuestion, vbExclamation, vbInformation icons in

a
custom designed dialog form?

Is it possible to also use vbOKOnly, vbOKCancel, vbAbortRetryIgnore,
vbYesNoCancel, vbYesNo and vbRetryCancel in a custom designed dialog form?

Thank you

Raymond