J
jordanctc
Here's a snip of my code. In the first three lines I'm selecting all o
the cells on the sheet. I can't get the part after Trial and Error t
work. I'm looking to Set Print Area for what I just selected. I mad
it work for borders but nothing remote similar has worked for this...
' Boarders - Gridlines, Outside Border, Last Row Border, Top Ro
Border
Range("U65536").End(xlUp).Select
Range(Selection, "A1").Select
Range("A1").Activate
' Trial and Error
ActiveSheet.PageSetup.PrintArea = Range(Selection).Select
Thanks,
Jorda
the cells on the sheet. I can't get the part after Trial and Error t
work. I'm looking to Set Print Area for what I just selected. I mad
it work for borders but nothing remote similar has worked for this...
' Boarders - Gridlines, Outside Border, Last Row Border, Top Ro
Border
Range("U65536").End(xlUp).Select
Range(Selection, "A1").Select
Range("A1").Activate
' Trial and Error
ActiveSheet.PageSetup.PrintArea = Range(Selection).Select
Thanks,
Jorda