If you have a particular format or Table Style you want to apply, you could simply use the AutoFormat or Style method, as appropriate. That will override any space between cell settings. For example:
ActiveDocument.Tables(1).AutoFormat wdTableFormatNone
ActiveDocument.Tables(1).AutoFormat wdTableFormatElegant
ActiveDocument.Tables(1).Style = "Table Grid"
ActiveDocument.Tables(1).Style = "Table Classic 1"
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
|