ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Iserror & VBA (https://www.excelbanter.com/excel-discussion-misc-queries/74466-iserror-vba.html)

Ken G.

Iserror & VBA
 
How do you use Excel's "iserror" in VBA? I have a macro that uses a search
result and I want the macro to skip to the end if the search returns "#N/A"

Chip Pearson

Iserror & VBA
 
Dim V As Variant
' code that sets V to something
If IsError(V) = True Then
' do something
Else
' do something else
End If


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Ken G." wrote in message
...
How do you use Excel's "iserror" in VBA? I have a macro that
uses a search
result and I want the macro to skip to the end if the search
returns "#N/A"





All times are GMT +1. The time now is 04:52 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com