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
Subforms and bookmarks
problem with VBA code to operate command on sub-form
Using a Field from a Table as part of the file name when saving in a module
Desktop app registry and program files access under Vista and Windows7
How to change Windows 7 pre-login background image
Pinnicle PCTV 330e
Updating a field based on a Combo Box in a DAP
acc97-form with MSChart(size problem)
Using simple GDI + with vb.net
=SUMPRODUCT formula error