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
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
Maybe...
Me.ListBox1.SetFocus
damorrison wrote:
>
> 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
--
Dave Peterson
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks