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
Compaq Presario SR5010NX Desktop PC
Outlook 2007 connecting to Exchange 2010. Cannot connect to email folders.
SQL Count Query In a Main Query
Basic steps for a Zip code search ASP.NET VB, MS SQL 2008
How to create a non-scrolling section (menu) of a web page
Pass Web Page as Parameter to Class in App_Code Folder
video card driver
Boolean as criteria in Access 2003 query
Terminal Server installation on Windows Essential Business Server 2008.
Date Format problem in Microsoft Access 2000