how do I import and export a macro in excel so other people can us

  • Thread starter Thread starter Guest
  • Start date Start date
hi,
to export:
In the vb editor, right click the module then click export.
it will export as a .bas text file. give it a name. click
save. you can save it to a floppy for easy upload to
another pc.
to import:
in the vb editor, right click the project then click
import.
find the file you named above and click open.
regards
Frank
 
You could just give them the workbook that contains the macro.

Tell them to open that file and then tools|macro|macros and run your macro.



rad wrote:
 

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