is the cell below the last filled cell of column A.![]()
Cells(Cells.Rows.Count,1).End(xlUp).Offset(1,0)
is the first row (number) below the used range.![]()
ActiveSheet.UsedRange.Row + ActiveSheet.UsedRange.Rows.Count + 1
is the cell below the last filled cell of column A.![]()
Cells(Cells.Rows.Count,1).End(xlUp).Offset(1,0)
is the first row (number) below the used range.![]()
ActiveSheet.UsedRange.Row + ActiveSheet.UsedRange.Rows.Count + 1
These links may also be useful
http://www.rondebruin.nl/last.htm
http://www.ozgrid.com/VBA/ExcelRanges.htm
VBA Noob
_________________________________________
![]()
![]()
Credo Elvem ipsum etian vivere
_________________________________________
A message for cross posters
Please remember to wrap code.
Forum Rules
Please add to your signature if you found this link helpful. Excel links !!!
This helps!
Originally Posted by VBA Noob
This works for me.
Originally Posted by mikerickson
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks