View Single Post
 
Old 08-13-2015, 12:43 AM
kawtharz kawtharz is offline Windows 7 32bit Office 2013
Novice
 
Join Date: Aug 2015
Posts: 3
kawtharz is on a distinguished road
Default

Hi, thank you for your answer

Quote:
Originally Posted by Guessed View Post
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.
Reply With Quote