Hello,
How can I set the print area automatically based on a cell with a range?
For example, lets suppose that I have this in cell A1 --> E2:K4;E7:K9;E18:K19;E23:K25
Using VBA, how can I set this print area? I suppose that I have to use ActiveSheet.PageSetup.PrintArea function but I don't...