![]() |
right click problem with excel
i have problem with right click excel.
i have already solved some problem (cut ,copy apste etc.) i used for this solving, macro Application.CommandBars("Cell").Enabled = True but i have still problem for using right click etc. insert new sheet move or copy insert row or coloun how can i solve these problem tanhks |
right click problem with excel
I'm not sure what the problem you're having, but the name of the tab menubar is
"Ply". Application.CommandBars("Ply").Enabled = True The name of the commandbar for the column (in normal view) is "Column". And the "Row" commandbar is for the row. But it may be less work to destroy all the customizations to all the toolbars and just start from scratch. If that's the case... Close excel Use windows search to find a file named: Excel*.xlb And move it or delete it. You may have more than one! Then restart excel and see if things work ok. If they do, start customizing. sedagli wrote: i have problem with right click excel. i have already solved some problem (cut ,copy apste etc.) i used for this solving, macro Application.CommandBars("Cell").Enabled = True but i have still problem for using right click etc. insert new sheet move or copy insert row or coloun how can i solve these problem tanhks -- Dave Peterson |
All times are GMT +1. The time now is 02:27 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com