Hi All,
I need to enter the current time into a cell using VBA in this format:
HH:MM am/pm - so no seconds.
eg
10:10 am
At the moment I'm using:
range("A1").value = Time
and am getting the annoyingly precise seconds in the cell as well.
This time will be added to a string of text...