08-26-2019
10:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
08-26-2019
10:31 AM
I finally figured it out. Here's the solution in case anyone with a similar problem finds this post:
oTextStyle = ThisDrawing.Document.StylesManager.TextStyles("Text Style Name")
ThisDrawing.Document.ActiveSheet.AddDefaultBorder(TextStyle:= oTextStyle)