Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
nextrow = [A65536].end(xlup).row + 1
Cells(nextrow, 1) = DateSerial(Year(DateBox), Month(DateBox), Day(DateBox))
Cells(nextrow, 1) = Format(DateSerial(Year(DateBox), Month(DateBox), Day(DateBox)), "dd/mm/yy")
Cells(nextrow, 1) = CDate(DateBox)