first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

Code: The "Are You Sure?" Message in an If...Then Structure

If VBA.MsgBox("Are you sure?", vbYesNo + _ vbDefaultButton2 + vbQuestion) = vbNo Then 'User is not sure. End If

mod date: 1998-10-29T20:48:31.000Z