From: Steve davis on 3 Apr 2010 07:41 can u disable the right click button in excel
From: Mike H on 3 Apr 2010 08:11 Hi, Alt+F11 to open VB editor. Double click 'ThisWorkbook' and paste this code in on the right Private Sub Workbook_SheetBeforeRightClick(ByVal Sh As Object, ByVal Target As Range, Cancel As Boolean) Cancel = True End Sub -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "Steve davis" wrote: > can u disable the right click button in excel
From: Steve davis on 3 Apr 2010 08:25 high work well thanks can it be done on the main menu bar were file to help is as well
From: Mike H on 3 Apr 2010 08:36 Hi, Yes it can, have a look here http://www.rondebruin.nl/menuid.htm -- Mike When competing hypotheses are otherwise equal, adopt the hypothesis that introduces the fewest assumptions while still sufficiently answering the question. "Steve davis" wrote: > high work well thanks > can it be done on the main menu bar were file to help is as well
From: Steve davis on 3 Apr 2010 09:05 high was hoping could ajust code to do all the things i wont but cant looked at http://www.rondebruin.nl/menuid.htm will keep in fav for futher use but what i need is to stop the extra standard to customize menu poping up when u right click in the light blue area on the Command bar menu
|
Next
|
Last
Pages: 1 2 Prev: How unlock locked cells Next: how do you include todays date in SUMIF formulas |