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
execute script client code only after body complete load
How to stop SQL Server 2005 restore in progress
DC Diag errors- Replacing an old DC with a new server.
Macro to carry formulas down a sheet
Vlookup for an exact match without sorting.
PCI Modem Compatible with Windows 7 64-bit
First NSLookup always times out
Conditional Concatenation in a Query
Setting up ASPX application on IIS - Could not load file or assembly
SQL Query - Syntax ( SQL 2005 / 2008 )