When trying to print from the sheet 'CashonHand' I get a error 400. The rest of code works fine without this one line. I googled but unable to find a way to make it work.
TIA, Dennis
Sub nw()
Dim afile As String
afile = "c:\temp\temp1\nw.txt"
If Len(Dir$(afile)) > 0 Then Kill afile...