SyntaxFix
Write A Post
Hire A Developer
Questions
In VBA we can not use if jj = 5 or 6 then we must use if jj = 5 or jj = 6 then
if jj = 5 or 6 then
if jj = 5 or jj = 6 then
maybe this:
If inputWks.Range("d9") > 0 And (inputWks.Range("d11") = "Restricted_Expenditure" Or inputWks.Range("d11") = "Unrestricted_Expenditure") Then