Not very clear what you mean or looking for.
I want to change table size by vba module
Start the macro recorder, do the modification, stop the recorder and you have your VBA code, a resize of column "A" looks like
Columns("A:A").ColumnWidth = 32.0