epardo87
Board Regular
- Joined
- Feb 24, 2015
- Messages
- 56
Hello!
So I have this transferring codes and they work fine, I just want it to validate that the whole form has been filled.
I'd appreciate your suggestions!
Thanks
So I have this transferring codes and they work fine, I just want it to validate that the whole form has been filled.
I'd appreciate your suggestions!
Thanks
Code:
'Transfer information
Cells(emptyRow, 1).Value = UserTextBox.Value
Cells(emptyRow, 2).Value = TravelerTextBox.Value
Cells(emptyRow, 3).Value = AreaComboBox.Value
Cells(emptyRow, 4).Value = OperComboBox.Value
Cells(emptyRow, 5).Value = Date
If StartOptionButton.Value = True Then
Cells(emptyRow, 6).Value = Time
Else
Cells(emptyRow, 7).Value = Time
End If