Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
any suggestions about why this is not working;
....it always finds the last fellof data on th e sheet as "A1" (it is not) 'determine last row of data Set foundcell = Cells.Find("*", Range("A1"), xlValues, xlPart, xlByRows, xlPrevious) If foundcell Is Nothing = 0 Then lDataRow = 1 lDataCell = Range("A1").Address Else lDataRow = foundcell.Row lDataCell = foundcell End If thanks in advance, mark |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need help finding the last cell w/data | Excel Worksheet Functions | |||
Formula finding last cell in row containing data | Excel Worksheet Functions | |||
Formula for finding next cell with data? | Excel Discussion (Misc queries) | |||
Finding Last Cell that Has Data | Excel Programming | |||
Finding matching cell data | Excel Worksheet Functions |