I tried this code to place a check box at one column of the datagrid:
Set ColFormat = New StdDataFormat
ColFormat.Type = fmtCheckbox
Set .Columns(10).DataFormat = ColFormat
...but the checkbox isn't there, they're still boolean values, 0 or -1. Am I lacking something here?
Thanks...


Reply With Quote