Cannot Right Click in Excel

  • Thread starter Thread starter TyeJae
  • Start date Start date
T

TyeJae

I was testing out some different VBA's that some people had created, and
I think one of them shut down my ability to right click in Excel. Is
there a way to turn this back on?

Thanks for your help,
TyeJae
 
Open the VBA Editor (ALT+F11) and then open the Immediate Window
(CTRL+G). In that window, type

Application.CommandBars("Cell").Enabled = True

and press Enter.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
 
OK I fixed that problem, now I have discovered another problem
Conditional Formating is gone. Thank you for such a quick response.

Thanks again,
TyeJa
 
Back
Top