C
Casey Brown
Does anyone know how it affects performance to use With...End With blocks?
For instance:
With myShape.textframe.textrange.font
.bold = false
....etc
End With
Thanks in advance!
-Casey
For instance:
With myShape.textframe.textrange.font
.bold = false
....etc
End With
Thanks in advance!
-Casey