STEVEMILLS04
Board Regular
- Joined
- Oct 8, 2009
- Messages
- 113
To provide me with a way to learn VBA I am creating an exercise workbook. I have a form setup with three initial fields, a textbox that tracks an action ID, dropdown with pre-defined list for action type and finally, action duration. The idea is I would enter an exercise, such as "Run for 2 minutes", then click the "Add New Action" button to duplicate the previous fields to enter a new exercise. The ID would increment by 1 with the ability to enter as many of these "actions" as necessary. Then, once done, append the data to a table for reference.
I looked into creating a Class Module, would this be the way to go and will it meet my needs? Not really sure where to start so I just need a little push.
Any help is appreciated.
I looked into creating a Class Module, would this be the way to go and will it meet my needs? Not really sure where to start so I just need a little push.
Any help is appreciated.