Sub F_36()
Dim wsDATA As Worksheet
Set wsDATA = Worksheets("List1")
Application.ScreenUpdating = False
wsDATA.Unprotect Password:=""
wsDATA.Range("A1").Font.Size = 36
wsDATA.Protect Password:=""
Application.ScreenUpdating = True
End Sub
Sub F_38()
Dim wsDATA As Worksheet
Set wsDATA = Worksheets("List1")
Application.ScreenUpdating = False
wsDATA.Unprotect Password:=""
wsDATA.Range("A1").Font.Size = 38
wsDATA.Protect Password:=""
Application.ScreenUpdating = True
End Sub
Sub F_40()
Dim wsDATA As Worksheet
Set wsDATA = Worksheets("List1")
Application.ScreenUpdating = False
wsDATA.Unprotect Password:=""
wsDATA.Range("A1").Font.Size = 40
wsDATA.Protect Password:=""
Application.ScreenUpdating = True
End Subcitovat