C
cubus
How to copy VBA project (macros) from one workbook to another
workbook(create exact copy)? Please show in detail.
thanks
workbook(create exact copy)? Please show in detail.
thanks
hi.
open the vb editor Alt+F11
in the left pane (vb projects), right click the project
you wish to export. (expand the trees if neccessary.)
click export on the popup menu.
The project will be exported as a .bas file(text).
default destination will be office directory.
to import to another file, open the file.
open the vb editor. right click the file name in the vb
project pane (left). click import on the popup menu.
cubus said:Some note: I want *all* VBA content of given workbook to be copied, not just
separate modules.
Bob Phillips said:Not designed to encourage further help!