Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: marreco7
  • Content: Threads
  • Order by date
  1. marreco7

    Using InputBox with Mask (password)

    Hi.. Can anyone help me to enter the code below a mask inputbox password in the code that follows below .. thank you! Private Sub Worksheet_Change(ByVal Target As Range) Dim NewValue As Variant, OldValue As Variant If Target.Count > 1 Then Exit Sub 'Say you want to work with the...

Part and Inventory Search

Back
Top