Thread
:
"Number must be between 100 and 400" error when printing
View Single Post
02-15-2017, 12:07 PM
Logit
Windows 10
Office 2007
Expert
Join Date: Jan 2017
Posts: 591
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 ??
Logit
View Public Profile
Find all posts by Logit