Import/export excel macros between two computers

M

mick

I've created a number of macros on my home computer and need to transfer
these macros to my laptop so that they will be available to be run as needed.
 
G

Gary''s Student

From the VBA window:

File > Export FIle...

This will create .bas files that can be later imported in a like fashion.
 
M

mick

What is "VBA" window?

Gary''s Student said:
From the VBA window:

File > Export FIle...

This will create .bas files that can be later imported in a like fashion.
 
Top