Ark68
Well-known Member
- Joined
- Mar 23, 2004
- Messages
- 4,564
- Office Version
- 365
- 2016
- Platform
- Windows
I use this code to set up my print area ...
Is there a way I can compile the cell address of each page? I want to loop through each page and get the interior colour of the cell offst by 6 rows and 8 columns) from the top left corner of the page.
Code:
With ws_front.PageSetup
.PrintArea = "$J7:BM" & lr
pgnums = .Pages.Count
End With
Is there a way I can compile the cell address of each page? I want to loop through each page and get the interior colour of the cell offst by 6 rows and 8 columns) from the top left corner of the page.