Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm tring to make an XLA addin which includes a form that calculates
time. The user will enter the total time they were working in one text box, they will then type in the percentage of time doing a certain project in another textbox this will then be converted to a time... Is this possible in VBA and if so where do i start?? Formuala... Total Time ---------- * Percentage of Time taken doing project = Time on Project 100 Thanks for your help Kind Regards Ben Vince |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Ben,
Here is an example. With txtProject .Text = Format(CDate(txtTotal.Text) * txtPercentage.Text / 100, "hh:mm:ss") End With -- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "ben_vince_uk" wrote in message om... I'm tring to make an XLA addin which includes a form that calculates time. The user will enter the total time they were working in one text box, they will then type in the percentage of time doing a certain project in another textbox this will then be converted to a time... Is this possible in VBA and if so where do i start?? Formuala... Total Time ---------- * Percentage of Time taken doing project = Time on Project 100 Thanks for your help Kind Regards Ben Vince |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Time Sheet - Calculating Time Differences for Totals | Excel Discussion (Misc queries) | |||
Calculating Regular time, overtime and double time | Excel Worksheet Functions | |||
calculating timesheet, time-in/time-out = total hours & minutes, . | Excel Worksheet Functions | |||
Calculating effective time from start/end date+time | Excel Worksheet Functions |