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
DataGrid Drag and Drop Rows
Populate missing values in specific Excel worksheet and import into Access
Access a SBS 2003 remotely via Remote Desktop gives a Logon Error.
Best way to package upgrades in Access
split column
How to Restart the IIS in Local System in Windows XP
SQL Errors - Cannot execute as the database principal
Can anyone tell me what this Outlook code does...
Can not print £ sign on zebra 2844 printer
Exchange 2007 powershell commands