Hey,
Given this code, in Outlook 2010 (is fine in 2016!?) why would it error out on the lines setting the PreferredWidth of each column:
...
...
Set Selection = Inspector.WordEditor.Application.Selection
With Selection
If .Tables.Count < 1 Then
Set Table =...