Hi all. Hope someone can help me with this one as I have very little hair left now…
I need to set a dynamic print area depending on how many rows have data in them. I’m currently using this line of code
ActiveSheet.PageSetup.PrintArea = Range(Cells(1, 1), Cells(count, 13))
where ‘count’ is calculated earlier and is the number of rows that need to be printed. I can’t see where I’m going wrong. Any help would be much appreciated. TIA