Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.

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)