I am trying to add exactly 1 hour to a cell formated as custom, h:mm AM/PM into another cell with the same format. I use this code:
Target.Offset(0, 1) = Target.Value + 0.04167
I had to experiment to find that .04167 seems to give me the exact hour. I