View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
ben ben is offline
external usenet poster
 
Posts: 232
Default Save Workbook without VBA code

yes but you would have to code it into the before save event
and access to visual basic project would need to be trusted, so that you
could delete the entire project through code, though, trying to remove the
module that is running might create unpredictable behavoiur......

"Ken Loomis" wrote:


Is there a way to save a copy of a workbook that will not include the VBA
project?