I have a time format like : hh:mm:ss.ms
where ms are milliseconds.
I wand to run a DateAdd(IntervalType, Number, FirstDate) where first date is like : mm/dd/yy hh:mm:ss.ms and I receive type mismatch error.
How to convert time into hh:mm:ss, so no milliseconds to make this work.
All it is a VBA Application.
Thank you.
where ms are milliseconds.
I wand to run a DateAdd(IntervalType, Number, FirstDate) where first date is like : mm/dd/yy hh:mm:ss.ms and I receive type mismatch error.
How to convert time into hh:mm:ss, so no milliseconds to make this work.
All it is a VBA Application.
Thank you.