Guest User

Untitled

a guest
Jul 18th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. Sub Macro1()
  2. With ActiveCell
  3. .FormulaR1C1 = Now()
  4. .NumberFormat = "h:mm AM/PM"
  5. End With
  6. End Sub
Add Comment
Please, Sign In to add comment