I have an excel template which pulls in data from another excel file range using index formulas. A key field in the template (say F23) is used as a variable in the other excel file to pull the corresponding matching data.
My problem is sometimes I have 100 such records to print. Every time I have to change the value in F23, take print, change the value for the next record and print and so on...
I am exploring a way or a VBA code wherein a predefined range of records can be automatically printed using the template. Once I define the range, the F23 cell value should be automatically updated with the first value in the range, print, take the second value in the range, print, and so on till 100 records.
Any help is framing such a code is highly appreciated. Thanks in advance.
I thought of using mail merge with excel & word combination, but since the template has array formulas, it may not possible to use the similar formulas in Word.
My problem is sometimes I have 100 such records to print. Every time I have to change the value in F23, take print, change the value for the next record and print and so on...
I am exploring a way or a VBA code wherein a predefined range of records can be automatically printed using the template. Once I define the range, the F23 cell value should be automatically updated with the first value in the range, print, take the second value in the range, print, and so on till 100 records.
Any help is framing such a code is highly appreciated. Thanks in advance.
I thought of using mail merge with excel & word combination, but since the template has array formulas, it may not possible to use the similar formulas in Word.