View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default UserForm: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