I am working on creating a wellness and physical fitness dashboard and understand how I can create a Userform using VBA to add/edit a single record but am wondering if it is possible to add multiple records when entering groups of like data (Body Msmts, Hematology, Cardivascular, Chemistry, Lipids, Endocrine, etc.). My table has the following headings with some sample data:
Date Variable Value Units
1/27/21 Weight 90 kgs
1/27/21 Height 187 cms
1/27/21 Waist 90 cms
1/27/21 Hips 80 cms
1/27/21 Chest 250 cms
1/27/21 BP-Systolic 120 mm hg
1/27/21 BP-Diastolic 80 mm hg
Ideally, I would like a Userform (or set of Userforms for each typical data grouping) where I could input the date of the test/measurement at the top of the form and then have cells for each of the other three values, Variable, Value, Units that would look something like below
Body Measurements
Msmt. Date 1/27/2021
Variable Value Units
Weight 90 kgs
Height 187 cms
Waist 90 cms
Hips 80 cms
Chest 187 cms
BP-Systolic 120 mm hg
BP-Diastolic 80 mm hg
Is it possible or am I asking too much of Excel Userforms/vba?
Date Variable Value Units
1/27/21 Weight 90 kgs
1/27/21 Height 187 cms
1/27/21 Waist 90 cms
1/27/21 Hips 80 cms
1/27/21 Chest 250 cms
1/27/21 BP-Systolic 120 mm hg
1/27/21 BP-Diastolic 80 mm hg
Ideally, I would like a Userform (or set of Userforms for each typical data grouping) where I could input the date of the test/measurement at the top of the form and then have cells for each of the other three values, Variable, Value, Units that would look something like below
Body Measurements
Msmt. Date 1/27/2021
Variable Value Units
Weight 90 kgs
Height 187 cms
Waist 90 cms
Hips 80 cms
Chest 187 cms
BP-Systolic 120 mm hg
BP-Diastolic 80 mm hg
Is it possible or am I asking too much of Excel Userforms/vba?