The following code works fine, only I would like to insert a line of code to change the text to Upper case and another line to change the size of the font.
Any help would be much appreciated:
Dim i As Integer
Text(1) = "text1"
Text(2) = "text2"
Text(3) = "text3"
For i = LBound(Text)...