Removing the list of recent opened files using code

Status
Not open for further replies.

HAMMAMABUARQOUB

Registered User.
Local time
Today, 06:40
Joined
Jul 29, 2009
Messages
75
Simply when the startup for loads,, put this code,, you will no more see the last 4 opened fiels...recent...i e... makes the list invisibel...
this i use to prevent a user from opening the files while using my file or in a database secured by the user-level securtiy wizard,,,
i put this here for people who dont' know where exaclty to put the code and how to use it in VBA..
Code:
Private Sub Form_Load()
    Application.SetOption "Enable MRU File List", False
End Sub
HAMMAMA ABUARQOUB....PALESTINE
 
Last edited by a moderator:
Status
Not open for further replies.

Users who are viewing this thread

Back
Top Bottom