B BIG_j Aug 23, 2007 #1 Anyone know if it's possible to toggle the Design Mode (on the Control Toolbox) through code? Thanks BIG_J
Anyone know if it's possible to toggle the Design Mode (on the Control Toolbox) through code? Thanks BIG_J
G Guest Aug 23, 2007 #2 Application.CommandBars.FindControl(, 1605).Reset will go from design mode to run mode.
B BIG_j Aug 24, 2007 #3 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
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