+ Reply to Thread
Results 1 to 1 of 1

Masked Inputbox / Inputbox for passwords

  1. #1
    Forum Guru Kyle123's Avatar
    Join Date
    03-10-2010
    Location
    Leeds
    MS-Off Ver
    365 Win 11
    Posts
    7,238

    Masked Inputbox / Inputbox for passwords

    This has come up a few times recently.

    Whilst it's possible through a significant amount of complex coding to alter the built in input box, for most people it's the wrong solution. It's much easier and more flexible to use a simple userform, this workbook wraps the userform so that it can be used in the same way as an input box. As the most common requirement for this is to enter passwords without seeing what is being typed - this does so by default, using *.

    Please Login or Register  to view this content.
    It takes the following required parameter:
    • Prompt - This what what you want to appear as the message content, this can be multi-line, the PasswordBox will re-size to accommodate the prompt

    It accepts the following optional parameters:
    • Title - The caption for the PasswordBox, the default is "Enter Password"
    • OkButtonText - The caption the submit/OK button, the default is "Ok"
    • CancelButtonText - The caption for the Cancel button, the default is "Cancel"
    Attached Files Attached Files
    Last edited by Kyle123; 05-02-2019 at 03:49 AM.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] InputBox with Masked Password
    By Keibri in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 05-18-2020, 01:27 AM
  2. [SOLVED] MACRO: If user clicks cancel in inputbox,then do nothing. Problem with inputbox appearance
    By Tona in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 11-05-2015, 04:33 AM
  3. [SOLVED] Masked characters Inputbox
    By graphicgoose in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-30-2014, 09:52 PM
  4. [SOLVED] If inputbox = false then repeat inputbox
    By Excelnoub in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-28-2013, 01:27 PM
  5. InputBox-ow to have a user input text in a inputbox
    By noodle48 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 06-24-2011, 08:17 AM
  6. Screen positioning inputbox that is set as Application.InputBox
    By vdongen in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 10-06-2010, 07:59 AM
  7. Inputbox button control + msgbox for empty inputbox
    By D_Rennie in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 06-30-2009, 12:39 PM

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