I'm looking for it to sleect sheets if on sheet1 (Recepit Ledger)
B49, C49, D49, I49, J49, K49 is above 0
B49 & or L49 is above 0 it selects worksheet2(WS Dis)
C49 & or J49 is above 0 it selects worksheet3(ws Face)
D49 & or K49 above 0 it selects worksheet4(ws Penalty)
it also is not printing I took this code from diffrent sheet i programed. so the directory exest same one it prints to in other sheet. and does not show a error just does what it does like it worked.
im trying to add the code to this vba code
Sub Print_PDF()
' Print to PDF
Sheets(Array("Recepit Ledger", "New County", "New City")).Select
Sheets("Recepit Ledger").Activate
ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:="T:\2022_TAX_CERTS\" & Sheets(1).Range("I1").Value & " - " & " County & Local Report " & Sheets(1).Range("B1").Value & " - Bills " & Sheets(1).Range("L1").NumberFormat = "mm-dd-yyyy" & " - " & Sheets(1).Range("N1").NumberFormat = "mm-dd-yyyy", _
OpenAfterPublish:=False, ignoreprintareas:=False
End Sub
here is the sheet for it to refrence
B49, C49, D49, I49, J49, K49 is above 0
B49 & or L49 is above 0 it selects worksheet2(WS Dis)
C49 & or J49 is above 0 it selects worksheet3(ws Face)
D49 & or K49 above 0 it selects worksheet4(ws Penalty)
it also is not printing I took this code from diffrent sheet i programed. so the directory exest same one it prints to in other sheet. and does not show a error just does what it does like it worked.
im trying to add the code to this vba code
Sub Print_PDF()
' Print to PDF
Sheets(Array("Recepit Ledger", "New County", "New City")).Select
Sheets("Recepit Ledger").Activate
ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:="T:\2022_TAX_CERTS\" & Sheets(1).Range("I1").Value & " - " & " County & Local Report " & Sheets(1).Range("B1").Value & " - Bills " & Sheets(1).Range("L1").NumberFormat = "mm-dd-yyyy" & " - " & Sheets(1).Range("N1").NumberFormat = "mm-dd-yyyy", _
OpenAfterPublish:=False, ignoreprintareas:=False
End Sub
here is the sheet for it to refrence
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||