L
Les Stout
Hi all, i am doing a series of Vlookups and if the value is not found i
get "#N/A" which i would like to replace with the text "Not found".
Any help or suggestion would be appreciated
With Cells(4, "I").Resize(numRows)
.Formula = "=VLOOKUP(A4," & myLookUpRng.Address(1, 1, xlA1,
True) & ",19,0)"
.Value = .Value
End With
Thanks in advance
Les Stout
*** Sent via Developersdex http://www.developersdex.com ***
get "#N/A" which i would like to replace with the text "Not found".
Any help or suggestion would be appreciated
With Cells(4, "I").Resize(numRows)
.Formula = "=VLOOKUP(A4," & myLookUpRng.Address(1, 1, xlA1,
True) & ",19,0)"
.Value = .Value
End With
Thanks in advance
Les Stout
*** Sent via Developersdex http://www.developersdex.com ***