Forum Discussion

UG_1180's avatar
UG_1180
Copper Contributor
Sep 28, 2021
Solved

macro recording for recording and updating hour and minutes data to the current time

Hello Microsoft Tech community, I have attached a screenshot, if I press the Enter data button it should add the hours and minutes values that are entered in the assigned cells to the current time c...
  • Juliano-Petrukio's avatar
    Juliano-Petrukio
    Sep 30, 2021

    UG_1180 

    Range("E6").Value = Range("B6") + TimeSerial(Range("E10").Value, Range("E11").Value, 0)

     

    If it worked for you, dont forget to flag it as solved.

    Remember that hitting the like button is less costly than buying me a coffee.

     

Resources