Enable Mouse Right Click (1 Viewer)

accessman2

Registered User.
Local time
Today, 04:17
Joined
Sep 15, 2005
Messages
335
Hi:

When the users open the database, I do this
For i = 1 To CommandBars.count
CommandBars(i).Enabled = False
Next i

Then, the mouse right click does NOT work. How can I enable mouse right click? Or, when I do the loop, which one I should not disable in order to keep mouse right click active?

Please let me know, thanks.
 

Users who are viewing this thread

Top Bottom