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

Hi
see
http://www.cpearson.com/excel/vbe.htm

--
Regards
Frank Kabel
Frankfurt, Germany

"Kalyan" <kalyan schrieb im Newsbeitrag
...
Hi

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 question

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.

Kalyan