View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ExcelMonkey ExcelMonkey is offline
external usenet poster
 
Posts: 553
Default Turn off all code (VBA, VSTO)

Is it possible to disable all code in all Worbooks including Personal.xls and
VBA Add-ins? I know I can disable macros in workbooks upon opening them
based on Excel macro security settings. But what about the Personal.xls
project? Can code in VBA Add-ins be disabled? If so does this include VSTO
add-ins?

I came across this. It does not seem to speak to the Personal.xls or VBA
Add-ins.

http://www.add-ins.com/macroremover.htm

Thanks

EM