I need to manually select certain ActiveX commandbuttons on a worksheet, and then change its font size.
Below is my attempted code but returns error.
Thanks a lot!
Below is my attempted code but returns error.
Code:
Sub Testing()
Dim o As Variant
For Each o In Selection
o.Font.Size = 20
Next
End Sub
Thanks a lot!