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
SQL Server Dynamic Procedure Design
date is incompatible with int
Changing the IP address of a NT4 PDC
Access 2003 to Word 2003: quest 2: where can i put these 2 lines of code, bec. now it's giving me an error
Cisco 1760 router has 2 flash
Excel 2007 VBA - Plot Area size not working
Importing a WAB address book
Rename file with previous weekday's date as the file name
How do I retrieve text from a website
Archiving Exchange messages in PST files