I have a sheet where I display the current time using this VBA formula:
Sheet1.Cells(2, 2).Value = Format$(Now, "hh:mm:ss")
The cell is formatted Custom hh:mm:ss
Now, in another cell, I want to show the same time, but one hour later.
What would be the formula ?
Thanks
Sheet1.Cells(2, 2).Value = Format$(Now, "hh:mm:ss")
The cell is formatted Custom hh:mm:ss
Now, in another cell, I want to show the same time, but one hour later.
What would be the formula ?
Thanks