vbanovice123
Board Regular
- Joined
- Apr 15, 2011
- Messages
- 91
Hi,
I have a workbook containing data range that increases by a column every month.
example if the column ends at P, next month column ends at Q and so on. Rows are constant.
How can I copy the data range from the active workbook to an existing workbook template having the same workseet tab names as the source workbook?
Also, the source workbook has a name for the data range using Name Manager.
I have the below code that I can apply by tweaking the but I need to have the macro code increment the column for next month's run.
'Agency
'copy_range(sheet, rngname, slide, aheight, awidth, atop, aleft, vscale)
copy_range "Govt_Rural", "Govt_Rural13M", slidenum, arheight, arwidth, artop, arleft, 1
I have a workbook containing data range that increases by a column every month.
example if the column ends at P, next month column ends at Q and so on. Rows are constant.
How can I copy the data range from the active workbook to an existing workbook template having the same workseet tab names as the source workbook?
Also, the source workbook has a name for the data range using Name Manager.
I have the below code that I can apply by tweaking the but I need to have the macro code increment the column for next month's run.
'Agency
'copy_range(sheet, rngname, slide, aheight, awidth, atop, aleft, vscale)
copy_range "Govt_Rural", "Govt_Rural13M", slidenum, arheight, arwidth, artop, arleft, 1