H
Hmmm...
I am printing a worksheet using
With Sheets("Sheet1)
' Code that messes around with the worksheet
'
'
.PrintOut
End With
How can I change the print header before doing the .PrintOut? Thanks.
With Sheets("Sheet1)
' Code that messes around with the worksheet
'
'
.PrintOut
End With
How can I change the print header before doing the .PrintOut? Thanks.