View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ben_vince_uk ben_vince_uk is offline
external usenet poster
 
Posts: 2
Default Calculating Time

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