Microsoft
Software
Hardware
Network
Question : Add Title or Header to MsgBox in Blue Area
How do I add a title or header in the top Blue section of the msgBox? For example: IMPORTANT TRAINING.
Dim strMbox
strMbox = MsgBox("Click OK to start the training.")
Answer : Add Title or Header to MsgBox in Blue Area
Hi maincabin,
strMbox = MsgBox("Click OK to start the training.", vbInformation, "This is the title")
Cristi
Random Solutions
ASP.Net Drop Shadow Effect
Burning apps all say no cd in drive
Exchange Store Restore
Perl - Read Excel rows into an array
Exchange SCR between versions
Passing a structure from VBA in Excel to a C DLL
SQL sub query help needed
Get World Cup ticket in reasonable price
Generate Excel Charts by offsetting series
How to deny write to the desktop for users?