M mudraker Apr 1, 2004 #4 GetBottomRow = TheSheet.Cells.Find(what:="*", SearchOrder:=xlByRows, _ SearchDirection:=xlPrevious).Ro
GetBottomRow = TheSheet.Cells.Find(what:="*", SearchOrder:=xlByRows, _ SearchDirection:=xlPrevious).Ro
G Geoff Kelly Apr 2, 2004 #5 I suggest using worksheet.usedrange.columns.count and usedrange.rows.count You can then use worksheet.cells to refer to it. Geoff
I suggest using worksheet.usedrange.columns.count and usedrange.rows.count You can then use worksheet.cells to refer to it. Geoff