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
- Add new comment
- 4 views