Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Msgbox title

Status
Not open for further replies.

vaughn9

Technical User
Sep 23, 2001
183
Tried using the same title code I used for inputbox but it would not work eg

data1=inputbox("Select a day of the week", "PERSONNEL")
(this worked)

BUT

Msgbox("Incorrect entry", "PERSONNEL") did not work

Is there a way to change the msgbox title also?
 
UserResponse = MsgBox("Incorrect entry", vbOKOnly, "PERSONNEL")
UserResponse = MsgBox("Incorrect entry", , "PERSONNEL")
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top