View Single Post
  #4   Report Post  
cubus
 
Posts: n/a
Default


wrote in message
...
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.

-----Original Message-----
How to copy VBA project (macros) from one workbook to

another
workbook(create exact copy)? Please show in detail.

thanks



Some note: I want *all* VBA content of given workbook to be copied, not just
separate modules.