Results 1 to 4 of 4

IsNumeric for textbox number in under each other vba

Threaded View

  1. #1
    Forum Contributor kar2rost's Avatar
    Join Date
    07-02-2022
    Location
    Here
    MS-Off Ver
    Pro Plus 2021 (Windows 11 21H2 64-bit)
    Posts
    126

    IsNumeric for textbox number in under each other vba

    I want to enter the numbers under each other in textbox1
    Create a code for me so that I can enter only the value of the number in this text box
    and do not enter letters
    There is no problem with one number, but it becomes a problem if the numbers are entered below each other


    If Not IsNumeric(TextBox1) Then
            MsgBox (" just number"), vbOKOnly + vbMsgBoxRigh
        
            Exit Sub
    
        Else
    
     resume code......
    Last edited by kar2rost; 11-03-2023 at 06:36 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] IsNumeric
    By sirkusjon in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 08-14-2020, 05:38 AM
  2. isnumeric
    By Rajeee in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-19-2018, 07:48 AM
  3. [SOLVED] Issue using IsNumeric to identify number in cell or array element
    By welchs101 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-11-2016, 02:03 PM
  4. [SOLVED] IsNumeric Help
    By Brumbot in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 04-19-2013, 08:29 AM
  5. IsNumeric
    By Risdell in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 06-18-2010, 03:32 PM
  6. When does ISNUMERIC point to a number?
    By davidm in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-27-2005, 08:05 AM
  7. help with If Isnumeric
    By justchris in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 03-03-2005, 12:57 AM

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