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
Assistance with Internet Explorer 7
Guides On Data Access Pages
How do I close Adobe Reader from within VB.NET
How to limit rows a user sees after logging to an APEX application
Create really good loocking GUI interface with MFC
I have 3 PC's running Vista and I keep getting bowser errors about who is the master browser
Comparing Data between two tables
SharePoint errors sites down then fix themselves.
Finalize a CD using IMAPI CD-Burning COM Service
Append.dif file to Access 2007 table