Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Easy Import for Excel Macros?

Status
Not open for further replies.

nkrst1

Programmer
Feb 13, 2001
49
US
Is there an easy way to import a macro in Excel like there is in Access? I know you can copy and paste, click drag, etc. in the VB editor. I also know you can select different macros from other open workbooks through the Alt+F8 menu, but Is there an easier way? I would like to send this out to more "non-technical" users, and I don't want them diving into VB.

Thanks in advance.

-n-
 
You could export the module (right-click, export file) and share it. Then, the other users would just have to go to the VB editor and select Insert > File and select the .bas file. In this case, the macro should be written in a separate module, not in the sheet object.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top