TableView - Columns - CSV
I failed to mention that I am populating the table with data from CSV file. It's the Load CSV procedure that was overriding my column widths. Since dealing with a known CSV file I added code to the Load CSV procedure that allows me to suppress the create header part of the code by adding the parameter bolSuppressHeader. If bolHeaderExists = True and bolSuppressHeader = True I read the header but I don't add the header to the table. This the same approach I use with VB.