![]() |
Case select returning error when cell contains #N/A : how must i avoid this error
Title says it all
Thanks, Luc |
Case select returning error when cell contains #N/A : how must i avoid this error
maybe this will do what you want
Sub test() If Not IsError(Range("C1").Value) Then Select Case Range("C1").Value Case 1 MsgBox "1" Case 2 MsgBox "2" End Select End If End Sub -- Gary Keramidas Excel 2003 "Luc" wrote in message ... Title says it all Thanks, Luc |
Case select returning error when cell contains #N/A : how must i avoid this error
Thanks for your help !!!!!
Luc "Gary Keramidas" <GKeramidasAtMSN.com schreef in bericht ... maybe this will do what you want Sub test() If Not IsError(Range("C1").Value) Then Select Case Range("C1").Value Case 1 MsgBox "1" Case 2 MsgBox "2" End Select End If End Sub -- Gary Keramidas Excel 2003 "Luc" wrote in message ... Title says it all Thanks, Luc |
All times are GMT +1. The time now is 02:24 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com