Problem in MSGBOX

Submitted by ksrinu2007 on
If .Checked Then iChecked = 0 iChecked = iChecked + 1 iCount = iChecked msgbox ("No. of Records Selected are: "&iCount,vbOKOnly) I coded the above code, but it is showing compile error "Expected: =", actually i want to display the icount value in msgbox....so please get me a solution