I have worte below code and now i want to add text with date and Time like this.
Last Update on: 3/12/2021 6:38:43 AM
I tried with below code but its not working any help will be appreciated.
With Sheet9.Range("H8")
.Value = Now()
.NumberFormat = "Last update on: " & "mm/dd/yyyy h:mm:ss AM/PM"
End With