Hello everyone
Need your advice with next project
I have a sheet with some range of data
It has a fixed set of columns, but data itself can be expanded or reduced, based on needs
I wrote a code to separate first this data into separate sheets by row and then consolidate it into a single sheet with the same order
I'm doing this as I add additional calculations for each page and each page also starts with the same table titles
It works fine, but the problem is that rows can be different in height (based on entered data). Which makes it have different set of rows for each page
I tried to separate sheets dynamically, using automatic page breaks. The problem here is that I add additional rows for calculations and titles for each page
And I cannot figure out how to make the code count these additional rows as well and adjust every sheet so it could fit on one page each
What approaches can also be used to make it work as needed?
Need your advice with next project
I have a sheet with some range of data
It has a fixed set of columns, but data itself can be expanded or reduced, based on needs
I wrote a code to separate first this data into separate sheets by row and then consolidate it into a single sheet with the same order
I'm doing this as I add additional calculations for each page and each page also starts with the same table titles
It works fine, but the problem is that rows can be different in height (based on entered data). Which makes it have different set of rows for each page
I tried to separate sheets dynamically, using automatic page breaks. The problem here is that I add additional rows for calculations and titles for each page
And I cannot figure out how to make the code count these additional rows as well and adjust every sheet so it could fit on one page each
What approaches can also be used to make it work as needed?