C
Corey
I have a cell with a format of "hh:mm AM/PM" and
another cell in a numerical format of "0.75".
I want to using VBA, add the numerical value to the time to create a new
time, such as:
A1= 7:30 AM
B1 = 0.75 ' 45mins
C1= 8:15 AM ' Result.
I cannot seem to get the correct syntax to add the value to give me the
desired result.
If i format the numerical value as "hh:mm" it changes from 0.75 to 18:00 ?
How can i do this:
Corey....
another cell in a numerical format of "0.75".
I want to using VBA, add the numerical value to the time to create a new
time, such as:
A1= 7:30 AM
B1 = 0.75 ' 45mins
C1= 8:15 AM ' Result.
I cannot seem to get the correct syntax to add the value to give me the
desired result.
If i format the numerical value as "hh:mm" it changes from 0.75 to 18:00 ?
How can i do this:
Corey....