I was trying to deactivate the right click menu on my worksheet tabs in excel 2003, which i did as per thread
using the following line of code;
CommandBars("ply").Enabled = False
which worked fine - problem is it decativated the tabs in all worksheets in any file that i open in excel. So I deleted the code, but the setting remained - so i then set the value to true and my worksheet tabs are still decativated in any workbook i open.
please help!
Thanks
using the following line of code;
CommandBars("ply").Enabled = False
which worked fine - problem is it decativated the tabs in all worksheets in any file that i open in excel. So I deleted the code, but the setting remained - so i then set the value to true and my worksheet tabs are still decativated in any workbook i open.
please help!
Thanks