Tuesday, March 31, 2009

Protect Microsoft Word Application with Password

When your computer was used by many people, you must protect the application that might not be used by everyone. There was the simple method so that the other person could not use the Word application in any way. We could make an application when someone wanted to use their Microsoft Word must insert password. This method like this:
1. Open ur Microsoft Word application, afterward chose tab [View].
2. To the tape beneath it, the clique of the switch [Macros].
3. After emerging the window “Macros”, the contents “Macro name” by the name of “AutoNew”. Must be paid attention to, the macro name must be kept by the name of “AutoNew”.
4. The clique [Create] to begin made macro.
5. Further, will emerge the window of Microsoft Visual Basic the editor. To this window, type the script below this.
Pass = InputBox (Put ur password) If pass = the "secret of" Then End Else" MsgBox (Ur password is wrong. )
Active Document.
Close
End If

To the script above, you could replace “secret” with password with what u want. Save ur macro and then closed the Microsoft Word application. Now, to make shortcut for Microsoft Word by clicking right mouse in desktop and chose the menu [New] > [Shortcut].
The contents “Type the location of the item” with "C:-Program Files-Microsoft Office-Office12-WINWORD.EXE"/n, afterwards the clique [Next].
Fill with “Type a name for this Shortcut” by the name of “Microsoft Office Word 2007”. Removed shortcut available in the menu start, afterwards moved shortcut to the Start menu, replaced original shortcutl. After that closed the Microsoft application word. From now on when someone wanted to use Microsoft Word and to make new document, emerged the box that ask for password.

Source: PCplus

No comments:

Post a Comment