Hi all,
I have a table and want to include the 2 rows above the table (with titles, etc.) in my print area using VBA.
I've tried quite a few variations using OFFSET, with no luck.
Any help would be appreciated.
Thanks!
James
I have a table and want to include the 2 rows above the table (with titles, etc.) in my print area using VBA.
Code:
[B]ActiveSheet.PageSetup.PrintArea="Tbl1[/B][[B]#All]"[/B]
I've tried quite a few variations using OFFSET, with no luck.
Any help would be appreciated.
Thanks!
James