Right Click menu changed due to macro - how to modify?
Hi All,
I was experimenting with creating toolbars and menubars, and came across the attached nifty spreadsheet (I can't remember the source though).
By Changing the ID values in the range C:15 to C:22, you can customise your right click menu in Excel.
Only issue, is how do I change back i.e.e get the ID values for the default right click menu in Excel?
Ok, found a list of Command bar ID number, how to use?
Hi All,
Just found this link:
http://support.microsoft.com/kb/213552
This lists the relevant command bar number IDs to use for retrieving my right-click functionality.
I get that you just update the cells C:15 to C:22, but how do you know what value to put for B15:B22?
Why is B18 equal to 13 for example and why are the other values in B15 to B:22 equal to 1?
any help would be great, in fact this macro is pretty cool once someone can explain the above.