Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Friends!!
When we edit the cell Excel disables the many button on Standard & Formatting toolbar(new, open, and function etc..). I want to Disable my CommandBar buttons while editing the cell. Can you tell me how to do that? Regards, Vinit |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Its not possible. You would have to raise an event when going into edit mode.
At this time, there is no such event available. If you made it so that the only way to enable edit was to say use the right click event, then you could use that event to call code that disables buttons..but its quite tedious to do that. "Vinit" wrote: Hi Friends!! When we edit the cell Excel disables the many button on Standard & Formatting toolbar(new, open, and function etc..). I want to Disable my CommandBar buttons while editing the cell. Can you tell me how to do that? Regards, Vinit |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to exchange Custom Commandbar buttons between PC's? | Excel Discussion (Misc queries) | |||
disable users from editing an excel sheet once they open | Excel Discussion (Misc queries) | |||
Disable Editing tool bars | Excel Discussion (Misc queries) | |||
disable cells editing | Excel Discussion (Misc queries) | |||
Disabling Toolbar buttons and CommandBar items | Excel Programming |