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

Works fine, thank you! But i have some problems to change the Font Size.

 

I tried:

 

 Dim oTextBoxes As TextBoxes
 Dim oStyle As TextStyle
 
 
            For Each oTextBox In oTextBoxes
                oStyle = oTextBox.Style
                oStyle.Font = "Chiller"
                oStyle.FontSize = 10
            Next

 

But it says:

 

Object reference not set to an object instance.