+ Reply to Thread
Results 1 to 2 of 2

UserForm:Resume to ListBox1

  1. #1
    damorrison
    Guest

    UserForm: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


  2. #2
    Dave Peterson
    Guest

    Re: 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

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1