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
How Can I forward email from a mailbox to a distribution list in exchange 2003 using a forwarder?
how to disable gridview refresh on select row event
Trigger for INSERT, UPDATE, DELETE - determine which event happened within the trigger?
SQL Sorting Issue
MS Access: sending table or reports (in Excel or text forms) via email
Setup Exchange 2010 to Receive Mail
List box in inputbox?
Windows Server 2008 File Server inaccessible from clients
Exchange 2010: 550 5.7.1 Client does not have permissions to send as this sender
SQL Query Problems