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
Null Date in Databinder.Eval(Container.<wbr />DataItem, "decom")
SQL - Trim letters out of a field where the length is unknown
To Virtualize or not
Service is not saving the start parameter
Excel #VALUE error fix required
Using qsort with a CArray
VB me.controls function
MS ACCESS SQL QUERY - Export Access Query Results to Excel Worksheet
ActiveX "InetCtls.Inet.1" not found?
format date in text box control