View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default Control Toolbox Design Mode

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