chester1993
New Member
- Joined
- Jan 26, 2016
- Messages
- 40
Hello everyone!
I need your help in creating a time-and-motion using Excel VBA.
Basically, I have a small UserForm which should contain a "Start", "Done" and "Restart" button.
Start = start timer from 00:00:00
Done = End time from 00:00:00
Restart = reset time to 00:00:00
Other than this timer, I would put a Textbox and ComboBox on the same userform.
Every time "Done" is hit I want that time, textbox and combobox value be recorded in Sheet1 named "Tracker". So, data will be recorded every time "Done" is hit and it goes to every row automatically.
The "Tracker" will have multiple columns which are:
A1 to C1 are headers. Then,
A2 = ComboBox1.Value
B2 = TextBox1.Value
C2 = End time
If this takes too much work to do, I apologize in advance. But, kinda need help here.
Thank you so much!
I need your help in creating a time-and-motion using Excel VBA.
Basically, I have a small UserForm which should contain a "Start", "Done" and "Restart" button.
Start = start timer from 00:00:00
Done = End time from 00:00:00
Restart = reset time to 00:00:00
Other than this timer, I would put a Textbox and ComboBox on the same userform.
Every time "Done" is hit I want that time, textbox and combobox value be recorded in Sheet1 named "Tracker". So, data will be recorded every time "Done" is hit and it goes to every row automatically.
The "Tracker" will have multiple columns which are:
A1 to C1 are headers. Then,
A2 = ComboBox1.Value
B2 = TextBox1.Value
C2 = End time
If this takes too much work to do, I apologize in advance. But, kinda need help here.
Thank you so much!