View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default How do I save an XLS without saving my macro with it?

I have a option in my SendMail add-in to send without code
http://www.rondebruin.nl/mail/add-in.htm

For code examples visit Chip Pearson's site
http://www.cpearson.com/excel/vbe.htm

--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


"Dena" wrote in message ...
I have a macro that I use daily that someone else created for me to automate
a process I have.

When I save Excel documents that I have created that do not use the Macro, I
am not given the option to save it with the macro or not. When I send the
document to someone else, they are prompted to disable or enable macros. How
can I avoid this? I really don't want others having my macro. I would like
to send a 'clean' document to others without the macro.

Thanks for any help you can give!