Hi,
Not sure if this is possible, but is there any way of inserting a horizontal line between rows of data in a Listview control on a userform?
At present the listview displays data as below:
Title 1 Title 2 Title 3
Data1 Data 2 Data 3
...
...
TOTALS Total 1 Total 2
The totals line is displayed using a different font colour from the rest of the data which is fine, but it would look better if there was a horizontal line separating the totals from the rest of the data, something like:
Title 1 Title 2 Title 3
Data1 Data 2 Data 3
...
...
________________________
TOTALS Total 1 Total 2
I've tried adding the horizontal line using the "_" character in a ListItem, but this has breaks at each column - does anyone know if it is possible to make the line continuous (in effect merging the columns just for that line)?
Not sure if this is possible, but is there any way of inserting a horizontal line between rows of data in a Listview control on a userform?
At present the listview displays data as below:
Title 1 Title 2 Title 3
Data1 Data 2 Data 3
...
...
TOTALS Total 1 Total 2
The totals line is displayed using a different font colour from the rest of the data which is fine, but it would look better if there was a horizontal line separating the totals from the rest of the data, something like:
Title 1 Title 2 Title 3
Data1 Data 2 Data 3
...
...
________________________
TOTALS Total 1 Total 2
I've tried adding the horizontal line using the "_" character in a ListItem, but this has breaks at each column - does anyone know if it is possible to make the line continuous (in effect merging the columns just for that line)?