asked on
' Locate last record in database 2 minutes 39 seconds
Columns("B:B").Select
Selection.Find(what:="", After:=ActiveCell, LookIn:=xlValues, LookAt:= _
xlWhole, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:=False _
).Select
sze = Selection.Row