Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I want to write a code to check whether errors exist in column E. I use the following code: Dim r as Interger r=9 r=r+1 If iserror(cells(r,5)) then Msgbox "Please fix error" else Thanks. Please help. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to check if the values in a range of cells are greater than 0 | Excel Worksheet Functions | |||
Check text in range of cells | Excel Discussion (Misc queries) | |||
Check for errors | Excel Worksheet Functions | |||
Check for errors | Excel Worksheet Functions | |||
How to check cells in a range for a value | Excel Programming |