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
Vbs script to add specific user to group
Suppress Message Box when creating output file
migrating SQL databases to another server and get some weird error messages
Visual Basic Code - Excel - Merge multiple worksheets in an excel workbook into single worksheet
Autofill Date Field in Access 2007
sql server login
The report server is not responding. Verify that the report server is running and can be accessed from this computer.
search method in VBA Access
The transaction log for database 'mydatabase' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases
Complex SQL Statement Help