Recent Feedback
I need help with VBA for Excel 2007 syntax help .Range("B7").Formula = "=IF(ISERROR($J$4),""""), IF($J$4>=1,$C$5,""""))" This is not correct, can you correct it for me?
Optional Information: Computer OS: Windows 7 Browser: IE Programming Language: VBA Already Tried: I need help with VBA for Excel 2007 syntax help .Range("B7").Formula = "=IF(ISERROR($J$4),""""), IF($J$4>=1,$C$5,""""))" This is not correct, can you correct it for me?
Thank you for asking your question on JustAnswer. My name is XXXXX XXXXX X will be happy to help you.
Looks like you had an extra ")" in the formula
.Range("B7").Formula = "=IF(ISERROR($J$4),"""", IF($J$4>=1,$C$5,""""))"