I am getting an error with the following code: "Compile Error: Expected Expression".
Sub YouSure(chkBox As Integer)
Dim lReply As Long
lReply = MsgBox("Clearing this checkbox will clear all information under it." & _
" Are you sure you want to do this?", vbYesNo, "Are You Sure?")
Select...