Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Anyone know if it's possible to toggle the Design Mode (on the Control
Toolbox) through code? Thanks BIG_J |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Application.CommandBars.FindControl(, 1605).Reset will go from design mode
to run mode. "BIG_j" wrote in message ... Anyone know if it's possible to toggle the Design Mode (on the Control Toolbox) through code? Thanks BIG_J |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for that,
Is anyone aware of how it can be accessed through the object model? e.g.(not correct) Application.DesignMode = False If not the answer will do a s a workaround. Thanks Johnno <- wrote in message ... Application.CommandBars.FindControl(, 1605).Reset will go from design mode to run mode. "BIG_j" wrote in message ... Anyone know if it's possible to toggle the Design Mode (on the Control Toolbox) through code? Thanks BIG_J |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Protect User from edit Control Toolbox (Design Mode) | Excel Discussion (Misc queries) | |||
Control Toolbox does not appear when trying to design a Userform! | Excel Programming | |||
Calendar Control: Can't exit design mode because control can't be created | Excel Programming | |||
control toolbox contrls disabled in design mode | Excel Programming | |||
Can't Exit Design Mode because Control can not be Created | Excel Programming |