I have attempted this piece of code, but I am little confused as to the syntax for the IsError() function.
Any assistance would be helpful!
![]()
Sub Macro9() Dim LReturnValue As Boolean LReturnValue = IsError(Sheets("Lookup Addition").Range("A:A").Value) If LReturnValue = FALSE Then i = MsgBox("there were no errors", vbOKOnly) Else i = MsgBox("there were errors", vbOKOnly) End If End Sub
Bookmarks