Control Toolbox Design Mode

B

BIG_j

Anyone know if it's possible to toggle the Design Mode (on the Control
Toolbox) through code?


Thanks

BIG_J
 
G

Guest

Application.CommandBars.FindControl(, 1605).Reset will go from design mode
to run mode.
 
B

BIG_j

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top