Hi all and Krool

I have just attempted using it in VBA environment (VBA7 under Excel 2016 32-bit on Windows 10 64-bit)

I can't get some features to work with the ListView, the following has no effect :

Code:
With UserForm1.ListView1

.VisualStyles = True
.VisualTheme = LvwVisualThemeExplorer
.HighlightColumnHeaders = True
.UseColumnChevron = True

End With
Is it normal for now ?