WelshBanana
New Member
- Joined
- Jun 28, 2011
- Messages
- 2
I created a userform with a student number txt box and 5 pairs of txt boxes. The form has an enter cmd button and a clear cmd button.
Target Data
StuNum (txtstunum)
Shot X coordinate Y coordinate
1 (txtshot1) (txtshot2)
2 (txtshot3) (txtshot4)
3 (txtshot5) (txtshot6)
4 (txtshot7) (txtshot8)
5 (txtshot9) (txtshot10)
I am trying to move the user inputted information into a spreadsheet vertically starting at the next open row and looping through each entry when the user clicks the enter cmd button. When the user clicks the clear cmd button I would like to move down 3 rows to start again with the next series of entries. Once all entries for that shotting distance have been entered I would like to return to the top and input the next distance entries without overwriting the first series.
Am I making sense?
Scenario: 10 Soldiers shoot 5-round shot groups from 500 yards. Targets are pulled, x y coordinates are determined and entered into userform for each Soldier. Same Soldiers move to 400 yard line and shoot next series of 5-round groups, targets are pulled and x y cordinates are determined and entered into userform, and so on down to 200 yards.
Spreadsheet looks like this
500yards 400yards
StuNum X Y X Y
X Y X Y
X Y X Y
X Y X Y
X Y X Y
StuNum X Y X Y
ETC.
Any help is greatly appreciated.
Target Data
StuNum (txtstunum)
Shot X coordinate Y coordinate
1 (txtshot1) (txtshot2)
2 (txtshot3) (txtshot4)
3 (txtshot5) (txtshot6)
4 (txtshot7) (txtshot8)
5 (txtshot9) (txtshot10)
I am trying to move the user inputted information into a spreadsheet vertically starting at the next open row and looping through each entry when the user clicks the enter cmd button. When the user clicks the clear cmd button I would like to move down 3 rows to start again with the next series of entries. Once all entries for that shotting distance have been entered I would like to return to the top and input the next distance entries without overwriting the first series.
Am I making sense?
Scenario: 10 Soldiers shoot 5-round shot groups from 500 yards. Targets are pulled, x y coordinates are determined and entered into userform for each Soldier. Same Soldiers move to 400 yard line and shoot next series of 5-round groups, targets are pulled and x y cordinates are determined and entered into userform, and so on down to 200 yards.
Spreadsheet looks like this
500yards 400yards
StuNum X Y X Y
X Y X Y
X Y X Y
X Y X Y
X Y X Y
StuNum X Y X Y
ETC.
Any help is greatly appreciated.