Disable program

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
Hi
see
http://www.cpearson.com/excel/vbe.htm

--
Regards
Frank Kabel
Frankfurt, Germany

Kalyan said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top