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
Login failed for user 'TestDomain\testuser'. The user is not associated with a trusted SQL Server connection.
Excluding duplicates from a query in t-sql to use in MS Visual Studio
Excel Date column - autopopulate with today's date or incrementing date (part 2)
install xsource in vfp 9.0 sp2
How to hide a value in the report
DNS root hints not working Windows 2008
Expert Notify Thread - For Experts only (those answering questions in the MS Access Zone).
Purge Deleted items from database immediatly after message recall
How do I remove special characters in a query?
VPN client (Check point Secure client) not able to browse to any website on the machine once connected to the VPN.