E-mail a macro

  • Thread starter Thread starter gr026
  • Start date Start date
G

gr026

Hi

I created a macro, and its saved in the personal list

I want to e-mail the macro to a co-worker - how do I do this?

Thanks
 
I would take that code and put it into a different workbook. Then save that
workbook as a new name.

If you send them a copy of your personal.xls, then that name may conflict with
their own personal.xls workbook. (Excel can only have on workbook with that
name open at any time.)

You could save the file as GrUtils.xls.
email it to them.
tell them to open that file when they need to run the macro.
tools|macro|macros|and select the macro and run it.
 
Another way to email a macro to someone else is to open up the Visual
Basic Editor, find and select your macro, copy to the clipboard, then
paste it to an email. Then the receipient "lifts" it from the email
and pastes it to their spreadsheet via the VB Editor.

If you need more info, post a reply here or email me directly.
 

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