答案1
首先修复错误 - 然后描述不应该发生的事情
With Worksheets(q)
If Range("J35").Value > 0 Then
.Worksheets.PrintOut from:=1, to:=1 'Prints page 1 when there is no data.
' **Replace This**
'Else
' ** With This**
End If
End With
首先修复错误 - 然后描述不应该发生的事情
With Worksheets(q)
If Range("J35").Value > 0 Then
.Worksheets.PrintOut from:=1, to:=1 'Prints page 1 when there is no data.
' **Replace This**
'Else
' ** With This**
End If
End With