Sub 宏8()
'
' 宏8 宏
With Selection.Font
.Name = "Calibri"
If Selection.Font.Strikethrough = True Then
Selection.Font.Strikethrough = False
Else
Selection.Font.Strikethrough = True
End If
End With
End Sub
Sub 宏8()
'
' 宏8 宏
With Selection.Font
.Name = "Calibri"
If Selection.Font.Strikethrough = True Then
Selection.Font.Strikethrough = False
Else
Selection.Font.Strikethrough = True
End If
End With
End Sub