View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
[email protected] madforplaid@go.com is offline
external usenet poster
 
Posts: 6
Default VBA MsgBox close button has changed...

RBS,

Yes, I stand corrected; I checked on another system, and it behaves as
you've eluded.

I'm glad that I didn't corrupt things.

Thanks much,

Paul

On Jul 18, 10:02*pm, "RB Smissaert"
wrote:
That is completely normal behaviour of the messagebox.

Sub test()

* MsgBox "just testing", vbYesNo + vbQuestion, "vbYesNo + vbQuestion"

* MsgBox "just testing", vbYesNoCancel + vbQuestion, "vbYesNoCancel +
vbQuestion"

End Sub

RBS

wrote in message

...



I have been building custom forms and using regular MsgBoxes and
VBYesNo styles.


However, after testing some of the modal properties, etc., all of a
sudden myclosebuttons' color has changed. *Theclosebuttons for
regularly created forms and MsgBoxes look fine, but the MsgBoxes using
VBYesNo look as follows:
http://www.dslextreme.com/users/madf...loseButton.jpg


Please advise.


Paul- Hide quoted text -


- Show quoted text -