A
Adam
Hi
How I can control Column Headers in the Microsoft ListView by VBA
I can add
Private Sub ListView_Click()
Dim lv As MSComCtlLib.ListView
Set lv = Me.ListView.Object
With lv
'.ColumnHeaders = "2"
lv.ListItems.Add Text:="Adam"
.ColumnHeaders.Add Text:="ab"
.View = lvwReport
End With
but I can't change name and deduct name
Plese help me
How I can control Column Headers in the Microsoft ListView by VBA
I can add
Private Sub ListView_Click()
Dim lv As MSComCtlLib.ListView
Set lv = Me.ListView.Object
With lv
'.ColumnHeaders = "2"
lv.ListItems.Add Text:="Adam"
.ColumnHeaders.Add Text:="ab"
.View = lvwReport
End With
but I can't change name and deduct name
Plese help me