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
Using A Variable In VBA SELECT Statement
SQL Express 2005 ODBC Connection Error 67 and 17
Setting folder and file permissions in C#
Adding a keyboard shortcut to a WPF MenuItem
Decommission temp DC in 2008, giong to 2008 R2 domain
Interuption to my start-up
I am trying to install ADFS on Windows server 2003 R2 - I can get the ADFS web components installed but...
access 2003 delete query to not work check sql syntax?
Operation must use an updatable query. (Error 3073)
How do I get MS Access 2000 (Office) updates sr1a & sp3 to install ?