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
XML update / app.config update
convert serial number to date from MYSQL
Unable to Install Office Communicator 2005 after Un-install
IQueryable on datatable
I am having problems with this select string?? ms/sqlserver select
CHARINDEX whole word match
Capture data from listbox
Can't RDP to a Windows XP worktation
5.7.1 Recipient address rejected Access denied, after user name change due to marriage
SBS2008 - DCOM was unable to communicate with the computer <computer name> using any of the configured protocols.