Exporting macros to a different users PC query

P

paul

Hi Guys,

Is there an easy/simple way to export your own personal
macros to a different users Pc and install them in their
personal.xls?

rgds,

Paul
 
T

Tom Ogilvy

in the vbe, export the modules as .bas files, then have the other user
import them into their personal.xls.
 
Top