G
Guest
Hello, I have a form in my excel workbook that is brought up by a buttons on
click event. On this form I have 5 text boxes.
1) txtMinutesWorked
2) txtRunMinutes
3) txtDelayMinutes
4) txtDelayHours
5) txtDelayInDecimal
Here is an example calculation of what im looking for the form to calculate.
If I enter 480 into “txtMinutesWorked†and I enter 240 into “txtRunMinutesâ€
then “txtDelayMinutes†would calculate a number 240 and “txtDelayHours†would
calculate a number 4h 0m and “txtDelayInDecimal†would calculate 4.0. What
VBA would I put in what boxes to get the numbers I need calculated? I have
this working on a worksheet but I wanted to do it in a popup in VB..
Thanks!
click event. On this form I have 5 text boxes.
1) txtMinutesWorked
2) txtRunMinutes
3) txtDelayMinutes
4) txtDelayHours
5) txtDelayInDecimal
Here is an example calculation of what im looking for the form to calculate.
If I enter 480 into “txtMinutesWorked†and I enter 240 into “txtRunMinutesâ€
then “txtDelayMinutes†would calculate a number 240 and “txtDelayHours†would
calculate a number 4h 0m and “txtDelayInDecimal†would calculate 4.0. What
VBA would I put in what boxes to get the numbers I need calculated? I have
this working on a worksheet but I wanted to do it in a popup in VB..
Thanks!