Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Sub SetCourier()
- Selection.Font.Name = "Courier New"
- End Sub
- Sub SetTimes()
- Selection.Font.Name = "Times New Roman"
- End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement