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
video card driver
Dell Dimension 3100/E310 need to load xp on and won't recognise Xp cd with service pack 2 on
Calendar question
Basic steps for a Zip code search ASP.NET VB, MS SQL 2008
printing a file given the path in windows API
UTF-8 / ASP Problem - Foreign Characters from SQL 2008
Access 2000 - Query Crteria Problem
Mutliple Zones when adding a webpart to a page
How to get zip codes to convert properly from Excel to Access
Weird color change when switching from MS Excel to MS Access