How do I prevent the user accessing the right-click menu on a worksheet tab?
C Chip Pearson Nov 3, 2003 #2 David, You can disable the tabs' right-click menu with the following code: Application.CommandBars("Ply").Enabled = False -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com (e-mail address removed)
David, You can disable the tabs' right-click menu with the following code: Application.CommandBars("Ply").Enabled = False -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com (e-mail address removed)