Thread
:
Adding up Time in a text box on a userform
View Single Post
#
1
Posted to microsoft.public.excel.programming
merjet
external usenet poster
Posts: 812
Adding up Time in a text box on a userform
Use a variable.
dtX= Now
Textbox1 = dtX
TextBox39 = dtX + 4/24
Hth,
Merjet
Reply With Quote
merjet
View Public Profile
Find all posts by merjet