Please review my code (Very new to VBA) and let me know why i get 2 copies of the first print then the rest come out ok with a single printed copy?
I have created a Print command button and this is the associated code.
[Private Sub PrintAll_Click()
Dim rngOffenders As Range
Set...