Results 1 to 4 of 4

Excel 2007 : msgbox

Threaded View

titishox msgbox 01-19-2012, 12:59 PM
Kyle123 Re: msgbox 01-19-2012, 01:00 PM
titishox Re: msgbox 01-19-2012, 02:21 PM
royUK Re: msgbox 01-19-2012, 03:09 PM
  1. #1
    Registered User
    Join Date
    01-19-2012
    Location
    mauritius
    MS-Off Ver
    Excel 2007
    Posts
    3

    msgbox

    hi, i need some help. i want to make a mgsbox with icon like exclamation icon but while using vbExclamation i can't use vbYesNO at the same time. is there some kind of symbol that i need to insert to make both work simultaneously?

    there is my code


    Sub message1()
    reponse = MsgBox("Do you want to continue?" & Chr(10) & Time, vbExclamation, VbMsgBoxStyle = vbYesNo, "Question de vie ou de mort")
    If reponse = 7 Then Exit Sub
    response = MsgBox("Are you sure you want to continue?", vbYesNo, "Question de vie ou de mort")
    If response = 7 Then Exit Sub
    MsgBox "Then die!"
    End Sub
    Last edited by titishox; 01-20-2012 at 06:18 AM.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1