+ Reply to Thread
Results 1 to 2 of 2

IsEmpty problems

  1. #1
    Registered User
    Join Date
    05-03-2010
    Location
    Canada
    MS-Off Ver
    Excel 2007
    Posts
    59

    IsEmpty problems

    What is wrong with this code? I am trying to display the message box if the RepeatTimeInput (user input box) is blank.

    Please Login or Register  to view this content.

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,436

    Re: IsEmpty problems

    You probably want to test the len of the textbox rather than use IsEmpty.

    IsEmpty help says,
    Returns a Boolean value indicating whether a variable has been initialized.
    So the Value property will have been initialized as the control exists on the userform.

    Please Login or Register  to view this content.
    Cheers
    Andy
    www.andypope.info

+ 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