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
Hyper-V- server 2008 R2 - Windows server backup supported?
Obtain the latest date in SQL datatable using vb.net 2005
Missing Library for StrConv
Change the term "This product is licensed to" in Office 2003 on a Terminal Server
A connection was successfully established with the server, but then an error occurred during the login process. (provider: TCP Provider, error: 0 - The specified network name is no longer available.)
MS Access 2003 - Assign Current Date and Current time to two different keystrokes
Quick Launch Toolbar Office 2k7 - Roaming Profiles
WNetOpenEnum and WNetEnumResources problem
Windows XP ISO for HP Pavilion 750c
Putting functions in a VBA Macro in Excel or indenting as a macro.