Guest User

Untitled

a guest
Dec 19th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. [A1].Value = "'O1/01/13 00:00"
  2.  
  3. [A1].NumberFormat = "mm/dd/yyyy hh:mm;@"
  4. [A1].Value = DateValue("01/01/2013 00:00")
  5.  
  6. Range("A1").Value="whatever text"
Add Comment
Please, Sign In to add comment