Hello everyone, my first post here :)
I am writing a VBA script to automate a task. I have a column which contains both date and time in the format of (yyyy/mm/dd h:mm:ss). I have to split the date and time and send it to an outlook method.
I did the following:
Dim startDateTime As String...