View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Morgimo Morgimo is offline
external usenet poster
 
Posts: 6
Default Hide Macro Password Characters

I have the following code:

If InputBox("To run update, please enter the password:") < "password" Then
Exit Sub

What is the code to get the password to display as ******** as they type?

Thanks,
Jacob