Is it possible to create a two line caption in the data grid? I have tried the following code:
DataGrid1.Columns(2).Caption = "Mon Qty" & vbCrLf & "12/3/03"
But this doesn't have the effect I wanted which is to have the date under the Monday Qty caption. Any other ideas?
DataGrid1.Columns(2).Caption = "Mon Qty" & vbCrLf & "12/3/03"
But this doesn't have the effect I wanted which is to have the date under the Monday Qty caption. Any other ideas?