I want a message box to display the file title (in strTitle variable) as the title of the message box, display the question icon to the left, and have three buttons (yes, no, cancel) ... but it doesn't even appear. What am I missing?
intDel = MsgBox("Delete file also?",35, strTitle)