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
Need to select last record updated per id
Modular Application Development (software kits or modules)
Share Outlook Express address book
Forefront Engine Update Errors
Install Windows Server 2003 on laptop
Display all rows except rows that are related to another within the same table (PARENT/CHILD)
Ole in-place at resize loosing focus
Reverting to SQL Server Express
How can I use VB to tab my cursor to different text boxes?
IBM Thinkpad R51 Can't get internet connection