Home |
Search |
Today's Posts |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Bernie, but how can I then get the correspoing
value from the last column? My problem is how to get the last cell on the row of the found value. An offset would work but, how can I get the offset value? I was using the UsedRange to get that. Any hints? -----Original Message----- J, Assuming you only have the one table on the sheet, here's a shorter version: Dim myValue As Variant myValue = Cells(Range("A:A").Find(What:="AK-0252", _ LookIn:=xlValues, _ LookAt:=xlWhole).Row, 256).End(xlToLeft).Value MsgBox myValue HTH, Bernie MS Excel MVP |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Finding specific text in ranges | Excel Discussion (Misc queries) | |||
Finding max from different ranges of data | Excel Discussion (Misc queries) | |||
Finding maximum of various ranges of data | Excel Discussion (Misc queries) | |||
Finding all Similarly Named Ranges? | Excel Programming | |||
Finding ranges in an array, cut and paste also. | Excel Programming |