Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
is it possible to get the last row of a range,
where the range spans several columns of data? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
try
lastrow = Sheets("Sheet12").Cells.Find("*", searchdirection:=xlPrevious).Row MsgBox lastrow -- Don Guillett SalesAid Software "larry" wrote in message ... is it possible to get the last row of a range, where the range spans several columns of data? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|