Macro to change font size
Hi, pretty new to macros and was just trying to make a simple one to change the font size of highlighted text. I hit record, changed the font size and then stopped it, and that macro, when activated, did nothing.
If it helps, here's the code for that macro:
Sub Size10()
'
' Size10 Macro
'
'
mySel = Selection.Font.Size
mySel = 10
End Sub
Any help would be appreciated, thanks!
|