gururaj1986
New Member
- Joined
- Mar 14, 2017
- Messages
- 11
Hi All,
I am using the below code to copy a worksheet to another worksheet. But, what I am trying to achieve is that the workbook pastes this data onto an existing worksheet. Below code creates a new sheet and pastes the contents within. The reason why I am using this code is because the source file contains images, values & formats which I need in the target file (Check this sheet). Is there any way we can copy a worksheet (including formats & images) and paste it to an existing sheet in another existing workbook?
Can anyone please help me with this issue?
Thanks,
Guru
I am using the below code to copy a worksheet to another worksheet. But, what I am trying to achieve is that the workbook pastes this data onto an existing worksheet. Below code creates a new sheet and pastes the contents within. The reason why I am using this code is because the source file contains images, values & formats which I need in the target file (Check this sheet). Is there any way we can copy a worksheet (including formats & images) and paste it to an existing sheet in another existing workbook?
Can anyone please help me with this issue?
Code:
Worksheets("DailyPerformanceReport_rpt").Copy Workbooks("Check this sheet").Worksheets("ZISF")
Thanks,
Guru