Hi, thank you for your answer
Quote:
Originally Posted by Guessed
A password box is simple enough. If you want to display this as a dialog then you can use something along the lines of
Dim sPass as String
sPass = InputBox("Give me your password")
|
how is it effectively used? Because I used these two lines,and it made a window pops up every time i click anywhere in the document. but I don't really have any clue how I could use it properly. I really appreciate your help. I am really a beginner in VBA.