MSFN Forum: 'Right Mouse Click' disabled - MSFN Forum

Jump to content



Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

'Right Mouse Click' disabled Excel 97 - VBA Rate Topic: -----

#1 User is offline   Carl_Maddox 

  • Group: Members
  • Posts: 3
  • Joined: 31-May 05

Posted 31 May 2005 - 04:03 AM

Hi,

I've customed the 'Worksheet Menu Bar' items in Excel 97. I wanted to disable the right mouse click and the double click for the main menu bar, thus, providing protection.

I disabled the right mouse click by:
Application.CommandBars("Toolbar List").Enabled = False
which was fine.

I then disabled the double click by:
Application.DoubleClick = "DisableDB"
Sub DisableDB()
Application.CommandBars("Toolbar List").Enabled = False
End Sub

My problem is, I have now set Application.DoubleClick = "", however, the double click returned but my right mouse click (for the pop up menu) on a worksheet is not working.

Any ideas would be appreciated.

Many Thanks,
Carl


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy