Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I'm trying to compare a variable to a value in a range of cells. Depending on the variable, I need it to be entered into one of two worksheets. It works fine if the variable is within the range - the variable is entered onto Sheet1. If the variable is not within the range, then I get the error 2042 because it can't find the value - and the variable should be entered onto Sheet2. I do have a second range of cells so that if the variable is not in the first range, it will be in the second range. How do I get this working correctly? Dim ShopName as String Set Rng = Worksheets("IllinoisShopNames").Range("A2:A50") Results = Application.VLookup(Range("E5").Value, Rng, 1, False) Do While ShopName < "" If Results = ShopName Then do stuff on Sheet1 Else do other stuff on Sheet2 End If Loop TIA Fred |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VBA code to erase an array element returning Error 2042 ??? | Excel Programming | |||
vlookup error 2042 | Excel Programming | |||
Error Handling - On Error GoTo doesn't trap error successfully | Excel Programming | |||
Excel xlodbc error 2042 with SQLRetrieve | Excel Programming | |||
Error 2042 | Excel Programming |