Remove macros on save as

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

Guest

Hi all,
I have a problem with macros.
I have a Workbook that has macros. It generates some data to the sheets, and
it saves herself in another name.
But in that copy I don't want the macros anymore.
Can I save it without macros?

Thnx your answer
 
That's not possible as such.
What you can do is, instead of saving as,
use workbooks.add method to create a new workbok,
copy the sheets from the workbooks having macro, to the new workbook and
then save the new workbook giving desired name.

Sharad
 

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