Hi there, I have a userform with 2 textboxes. One is called 'Time and one is called 'mins'
I'm trying to get the 'Time' textbox to reflect 'mins' textbox in hours and mins ie:
mins = 345 therefore Time = 5:45
I thought I could use something along the lines of:
Sub mins_Change()
Dim minsVar...