Hi,
I'm trying to use the iferror function in VBA and the whole code is not executing, as the syntax error is being noticed first, and not allowing the whole code to execute. What I want to happen is if the vlookup returns an error, the cell value should be "*". The code is:
If I enter a correct entry into the input box, the vlookup works perfectly but if the vlookup returns an error, the syntax error is appearing first, and not allowing the iferror to work. How can I get around this and make sure the iferror returns * if the vlookup doesn't work?![]()
Please Login or Register to view this content.
Cheers,
Benno
Bookmarks