Greetings
i have a dgv with a checkboxcolumn
When i try to run my code i get a compilererror "BC30038"
the statement are (cells(4) contains the checkbox)
the compiler message =Code:if myRow.cells(4).value = true then
"Option Strict On" prohibits operands of type Object for operator '<operatorname>'


Reply With Quote