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

thanks for that.

Unfortunately I'm getting an incorrect parameter error when it reaches

Dim oStyle As TextStyle = oSketch.TextBoxes.Item(1).Style

if I split the line into a Dim and an assignment line, the error moves to the assignment line.

Also how do i utilise the color object, would I do oStyle.Color = Red, or oStyle.Color(Red)?

Thanks for any help