VBScript Cheat Sheet

Message Box Syntax Int = MsgBox(prompt[,buttons][,title][,helpfile,context]) Message Box Responses / Button Values 1 = vbOK 2 = vbCancel 3 = […]