seanb12491
New Member
- Joined
- Feb 23, 2025
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
Hello. I'm fairly new to vba but I've managed to get a macro driven sheet together to help track run hours on a equipment category. Currently I have 3 columns assigned to a time format with the format as [hh]:mm. The 3 colums are start time, end time, and the difference.
What i am attempting to do is using vba copy the end time to a variable, then save the variable as the new start time.
But when I seems to stick at 24:00. Currently the cells show time as 9:00 PM and after the vba runs it shows time as 1/1/1900 00:00am
Any idea what I'm doing wrong with the formating
What i am attempting to do is using vba copy the end time to a variable, then save the variable as the new start time.
But when I seems to stick at 24:00. Currently the cells show time as 9:00 PM and after the vba runs it shows time as 1/1/1900 00:00am
Any idea what I'm doing wrong with the formating