Thread: Disable program
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kalyan Kalyan is offline
external usenet poster
 
Posts: 1
Default Disable program

H

I need a help. Here is my situation, I have Excel Spreadsheet, When you open it, it will do manupulation and finally generate pivot table. At the end, It will spreadsheet will be saved as given file name

Here is my questio

When i saved file, all my macros/vba code is also saved in new file name. When you open saved file name, again it fired vba (because my code is in thisworkbook open_workbook). How to disable macros in new saved file

Kalya