+ Reply to Thread
Results 1 to 2 of 2

Editing Number Input on a User Form

  1. #1
    Don Wiss
    Guest

    Editing Number Input on a User Form

    When editing input on a user form there is an IsDate function. But no
    companion IsNumber. If I use the WorksheetFunction.IsNumber it sees the
    input from the form as a string, and even when a valid number it says it
    isn't. What is a way to check that the user entered a valid number?

    Don <donwiss at panix.com>.

  2. #2
    Dave Peterson
    Guest

    Re: Editing Number Input on a User Form

    Maybe:

    if isnumeric()....



    Don Wiss wrote:
    >
    > When editing input on a user form there is an IsDate function. But no
    > companion IsNumber. If I use the WorksheetFunction.IsNumber it sees the
    > input from the form as a string, and even when a valid number it says it
    > isn't. What is a way to check that the user entered a valid number?
    >
    > Don <donwiss at panix.com>.


    --

    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