Thread
:
Complie error: Expected: end of statement
View Single Post
#
1
Posted to microsoft.public.excel.programming
diepvic
external usenet poster
Posts: 31
Complie error: Expected: end of statement
Hi,
I've got a macro code as below:
Range("A1").FormulaArray = _
"=if(B1="Loan",D1,0)"
And it causes a compile error. How should I fix it if I want to keep the
text Loan in my formula.
Thanks so much
Reply With Quote
diepvic
View Public Profile
Find all posts by diepvic