Results 1 to 7 of 7

Need a Pop-up Numeric Key Pad in a worksheet

Threaded View

  1. #1
    Registered User
    Join Date
    07-11-2017
    Location
    Rochester, NY
    MS-Off Ver
    2016
    Posts
    4

    Need a Pop-up Numeric Key Pad in a worksheet

    Hi:
    I have a workbook that I would like a numeric keypad to pop-up so that the user can input data from the keypad instead of the keyboard. I found a macro that was posted in this forum in 2007 (I know 10 Years ago-yikes! but I thought I would try it anyway. Needless to say, I cannot get it to work. I am not sure if it is due to the numerous excel versions since 2007 or if I am doing something wrong. Here is the macro. I would appreciate any help that I can get on this. Thank you!!!!

    Sub one_1()
    ActiveCell.Value = ActiveCell.Value & "1" + 0
    
    End Sub
    Sub two_2()
    ActiveCell.Value = ActiveCell.Value & "2" + 0
    
    End Sub
    
    Sub three_3()
    ActiveCell.Value = ActiveCell.Value & "3" + 0
    
    End Sub
    Sub four_4()
    ActiveCell.Value = ActiveCell.Value & "4" + 0
    
    End Sub
    Sub five_5()
    ActiveCell.Value = ActiveCell.Value & "5" + 0
    
    End Sub
    Sub six_6()
    ActiveCell.Value = ActiveCell.Value & "6" + 0
    
    End Sub
    Sub seven_7()
    ActiveCell.Value = ActiveCell.Value & "7" + 0
    End Sub
    Sub eight_8()
    ActiveCell.Value = ActiveCell.Value & "8" + 0
    
    End Sub
    Sub nine_9()
    ActiveCell.Value = ActiveCell.Value & "9" + 0
    
    End Sub
    Sub zero_0()
    ActiveCell.Value = ActiveCell.Value & "0" + 0
    
    End Sub
    Last edited by kimlib; 07-19-2017 at 12:44 PM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Create list of numeric worksheet names
    By Groovicles in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-13-2017, 03:09 PM
  2. Replies: 2
    Last Post: 03-17-2016, 08:55 AM
  3. Assign numeric value to letter anywhere on a worksheet
    By MGordon03 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-17-2014, 05:11 PM
  4. Consolidate worksheet with numeric name 8 digits
    By emina002 in forum Excel - New Users/Basics
    Replies: 0
    Last Post: 06-08-2014, 10:46 PM
  5. Replies: 1
    Last Post: 05-01-2006, 01:10 PM
  6. [SOLVED] Worksheet Column Labels ... Alphabet or Numeric ?
    By monir in forum Excel General
    Replies: 1
    Last Post: 04-06-2006, 03:50 PM
  7. Replies: 4
    Last Post: 02-06-2006, 03:05 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