D
damorrison
I have this code in a TextBox in a UserForm.
If ListBox1.Value = "" Then
MsgBox "You need to Select Routes or Cuts"
I would like to then resume to ListBox1
If ListBox1.Value = "" Then
MsgBox "You need to Select Routes or Cuts"
I would like to then resume to ListBox1