Microsoft
Software
Hardware
Network
Question : design mode in excel
hi - id like to have a button that puts a worksheet into design mode without going to Control tool box and clicking on the blue triangle. ive put a line of code below that brings up the tool bar - is there code to just put the sheet into design mode and then code to exit design mode once data has been added? pete
Code Snippet:
1:
Application.CommandBars("Control Toolbox").Visible = True
Open in New Window
Select All
Answer : design mode in excel
Hi pete47,
Try this to enter Design Mode:
Application.CommandBars("C
ontrol Toolbox").Controls("Design
Mode").Execute
To exit, just click the Design Mode button that comes up.
Jim
Random Solutions
Access 2007 Customized Ribbon button disappears in Runtime
TC5730 Thin Client WES 2009 Terminal Services 2008 Single Sign On issue (0x507?)
routing and Remote access error
TextBox and Validation Rule
That assembly does not allow partially trusted callers
No permissions for Database, but have .mdw file. How can I edit it t gain acces to Db?
Remove Line Breaks in String
Convert Access String to SQL Server BIT Data Type
How to use CreateFile and WriteFile functions from "kernel32" in VB.NET ?
Retrieving info from DropDownList on OnSelectedIndexChanged in a repeater