I have finance spreadsheets i.e. P&L's for different countries. Each
of the spreadsheets has a different last column which has data in it.
These reports are generated from our finance reporting tool. Instead
of manually setting a print range, is there a way of using VBA to set
the range which takes into account the last column with data. The last
row in all cases should be "710".[egs of print areas : .PrintArea
= "$A$1:$BM$710" ; .PrintArea = "$A$1:$BA$710"]
I don't know what the print range will be until the report has been
ran. I wish to attach the "macro" to the blank template which is used
by the reporting tool. When a country specific report is ran the
relevant columns will be "populated".