i am using this code to find the LAST USED row/column,Code:Last_Col = Cells.Find("*", SearchOrder:=xlByColumns, LookIn:=xlValues, SearchDirection:=xlPrevious).Column
Last_Row = Cells.Find("*", SearchOrder:=xlByRows, LookIn:=xlValues, SearchDirection:=xlPrevious).Row
is there code to find the FIRST USED row/column?
thanks.
Picco
http://vbaexpress.com/forum/images/smilies/107.gif