ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   macro to copy entire workbook to another. (https://www.excelbanter.com/excel-programming/402187-macro-copy-entire-workbook-another.html)

tom

macro to copy entire workbook to another.
 
Hi, I'm having trouble trying to create macro to copy an entire workbook to
another workbook using VB. Eventually I would like to be able to have one
workbook open and have it copy to multiple workbooks.. Any ideas on how to
do this?

Ashish Dutt Sharma

macro to copy entire workbook to another.
 
Hi,

I wonder what all things do you wish to copy?

If it is the whole file, you could iterate through the activeworkbook.save
as ..

If anything else, you can call Application.Workbooks.Add to return a new
workbook,and use the object to copy stuff...

If it is specific sheets then Activesheet.copy...
If specific range then range.Copy

etc...

Regards,

"Tom" wrote:

Hi, I'm having trouble trying to create macro to copy an entire workbook to
another workbook using VB. Eventually I would like to be able to have one
workbook open and have it copy to multiple workbooks.. Any ideas on how to
do this?


tom

macro to copy entire workbook to another.
 
Hi,

The open workbook is called 15.xls. What I'm trying to do is copy this
workbook to a destination workbook called "template.xls" and have that
entire workbook 15.xls to appear on the template on the sheet called
"Inventory3.xls" Any help on how u write a quick macro for this would be
greatly appreciated.

Thanks,

Tom

"Ashish Dutt Sharma" wrote:

Hi,

I wonder what all things do you wish to copy?

If it is the whole file, you could iterate through the activeworkbook.save
as ..

If anything else, you can call Application.Workbooks.Add to return a new
workbook,and use the object to copy stuff...

If it is specific sheets then Activesheet.copy...
If specific range then range.Copy

etc...

Regards,

"Tom" wrote:

Hi, I'm having trouble trying to create macro to copy an entire workbook to
another workbook using VB. Eventually I would like to be able to have one
workbook open and have it copy to multiple workbooks.. Any ideas on how to
do this?


ilia

macro to copy entire workbook to another.
 
You want an entire workbook to appear on one sheet? Or is
Inventory3.xls a workbook?


On Dec 5, 9:07 am, Tom wrote:
Hi,

The open workbook is called 15.xls. What I'm trying to do is copy this
workbook to a destination workbook called "template.xls" and have that
entire workbook 15.xls to appear on the template on the sheet called
"Inventory3.xls" Any help on how u write a quick macro for this would be
greatly appreciated.

Thanks,

Tom



"Ashish Dutt Sharma" wrote:
Hi,


I wonder what all things do you wish to copy?


If it is the whole file, you could iterate through the activeworkbook.save
as ..


If anything else, you can call Application.Workbooks.Add to return a new
workbook,and use the object to copy stuff...


If it is specific sheets then Activesheet.copy...
If specific range then range.Copy


etc...


Regards,


"Tom" wrote:


Hi, I'm having trouble trying to create macro to copy an entire workbook to
another workbook using VB. Eventually I would like to be able to have one
workbook open and have it copy to multiple workbooks.. Any ideas on how to
do this?- Hide quoted text -


- Show quoted text -



tom

macro to copy entire workbook to another.
 
Hi ilia,

I might have confused you a bit. In the workbook called Template.xls.
Sheet2 is called Inventory3.. I hope I explained myself a bit better this
time around. lol Yes we want 15.xls to appear on sheet2. Any help with this
would be much appreatied.

thank you for answering my post.

"ilia" wrote:

You want an entire workbook to appear on one sheet? Or is
Inventory3.xls a workbook?


On Dec 5, 9:07 am, Tom wrote:
Hi,

The open workbook is called 15.xls. What I'm trying to do is copy this
workbook to a destination workbook called "template.xls" and have that
entire workbook 15.xls to appear on the template on the sheet called
"Inventory3.xls" Any help on how u write a quick macro for this would be
greatly appreciated.

Thanks,

Tom



"Ashish Dutt Sharma" wrote:
Hi,


I wonder what all things do you wish to copy?


If it is the whole file, you could iterate through the activeworkbook.save
as ..


If anything else, you can call Application.Workbooks.Add to return a new
workbook,and use the object to copy stuff...


If it is specific sheets then Activesheet.copy...
If specific range then range.Copy


etc...


Regards,


"Tom" wrote:


Hi, I'm having trouble trying to create macro to copy an entire workbook to
another workbook using VB. Eventually I would like to be able to have one
workbook open and have it copy to multiple workbooks.. Any ideas on how to
do this?- Hide quoted text -


- Show quoted text -





All times are GMT +1. The time now is 12:58 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com