Hi there everyone. I am looking up an old project, and I think I may need to reference something again, cause when I go to compile, I get a not defined error, highlighting lvwReport in the below code.
' NOW SET UP THE COLUMNS OF THE LISTVIEW
With ResultsView
.View = lvwReport
.Appearance = ccFlat
.FullRowSelect = True
.Gridlines = True
.HotTracking = True
.HoverSelection = True
.HideSelection = False
I haven't used this in a while, and moved the project folder around, I cannot remember if I need to rereference something? Thanks!!!!
' NOW SET UP THE COLUMNS OF THE LISTVIEW
With ResultsView
.View = lvwReport
.Appearance = ccFlat
.FullRowSelect = True
.Gridlines = True
.HotTracking = True
.HoverSelection = True
.HideSelection = False
I haven't used this in a while, and moved the project folder around, I cannot remember if I need to rereference something? Thanks!!!!