View Single Post
 
Old 02-15-2017, 12:07 PM
Logit Logit is offline Windows 10 Office 2007
Expert
 
Join Date: Jan 2017
Posts: 591
Logit is a jewel in the roughLogit is a jewel in the roughLogit is a jewel in the roughLogit is a jewel in the rough
Default

This part of your code:

With ws8.PageSetup
.PrintArea = "$A$1:$K$"


Doesn't correspond with this part :

ws8.Range("A1:P" &


Probably not a big deal but ??
Reply With Quote