View Single Post
 
Old 11-19-2019, 08:17 AM
mikejvir mikejvir is offline Windows 10 Office 2016
Novice
 
Join Date: Nov 2019
Posts: 10
mikejvir is on a distinguished road
Default

Hello,

Type Style has be fixed. The Boolean needs to be set to False

Code:
  If oSh.HasTable Then
      Set oTbl = oSh.Table
      oTbl.ApplyStyle ("{5C22544A-7EE6-4342-B048-85BDC9FD1C3A}"), False
Still looking for the solutions to slide resetting and setting the Table Margins and the vertical alignment to be a center (Currently done using the row and column loops). Really would like to eliminate this since I can manually do this.

Thanks.

Michael Virostko
Reply With Quote