Consulting

Results 1 to 2 of 2

Thread: Help with Userform

  1. #1
    VBAX Newbie
    Joined
    Feb 2015
    Posts
    1
    Location

    Help with Userform

    Hello, I apologize for the generic title. I am trying to take a value (actually text) that I receive from a text box in a userform and apply it to an If Then statement. Essentially if the text box returns anything at all I want it to proceed with the If statement.
    Thanks for your help.

  2. #2
    Distinguished Lord of VBAX VBAX Grand Master Bob Phillips's Avatar
    Joined
    Apr 2005
    Posts
    25,453
    Location
    In VBA?

    If TextBox.Text = "" Then
    'your other if
    Last edited by Bob Phillips; 02-28-2015 at 05:04 PM.
    ____________________________________________
    Nihil simul inventum est et perfectum

    Abusus non tollit usum

    Last night I dreamed of a small consolation enjoyed only by the blind: Nobody knows the trouble I've not seen!
    James Thurber

Posting Permissions

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