Hi
How I can control Column Headers in the Microsoft ListView by VBA
I can add
Private Sub ListView_Click( )
Dim lv As MSComCtlLib.Lis tView
Set lv = Me.ListView.Obj ect
With lv
'.ColumnHeaders = "2"
lv.ListItems.Ad d 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.Lis tView
Set lv = Me.ListView.Obj ect
With lv
'.ColumnHeaders = "2"
lv.ListItems.Ad d Text:="Adam"
.ColumnHeaders. Add Text:="ab"
.View = lvwReport
End With
but I can't change name and deduct name
Plese help me