could be column widths need to be defined.
or whatever width you want![]()
.ColumnWidths = 50
And i would delete this line
Since ListFillRange is a parameter in the properties, it will reflect whatever the last value it was given and does not need to be cleared beforehand.![]()
.ListFillRange = ""
The .Address is correct, but I am not so sure about the '(External = True)' part. Don't know if the Properties class is set up to accept that.![]()
.ListFillRange = "=Sheet6!" & Sheet6.Range("implementList").Address
Bookmarks