03-23-2016
01:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
03-23-2016
01:29 AM
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.