Microsoft
Software
Hardware
Network
Question : VBA - Remove Data Connections and Macros From Workbook
I need to save a copy of a workbook with all data connections and macros removed via VBA so users opening the workbook don't get warnings from the trust center. Any ideas?
Answer : VBA - Remove Data Connections and Macros From Workbook
I guess a loop like this:
for each wks in activeworkbook.worksheets
For each objList in wks.listobjects
Objlist.unlist
Next objlist
next wks
Random Solutions
compact command syntax help
keep a form maximized
Array Usage In Access
Copy and Paste folders
SmtpClient and Exchange server settings
Outlook requests password authen. repeatedly after Security Updates on Windows SBS 2008 Server.
Event ID 32 - store *.pst has detected a catalog checkpoint
Add new group option in Outlook 2007 under tasks
Need to connect a DataGridView with a database
Problems with SQL Server 2005 Reporting Services Report Manager and Report Server web sites