There's a formula I found that describes what I want to do:
If I want to Time Stamp a Cell this is the formula I use:
ActiveCell.FormulaR1C1 = Time
Works great !
But If I want to Add 7 Hours to this time stamp why won't this work?
ActiveCell.FormulaR1C1 = Time + Time(7, 0, 0)
What will work instead?
If I want to Time Stamp a Cell this is the formula I use:
ActiveCell.FormulaR1C1 = Time
Works great !
But If I want to Add 7 Hours to this time stamp why won't this work?
ActiveCell.FormulaR1C1 = Time + Time(7, 0, 0)
What will work instead?