I'd have to see your table of contents to understand how to append the data, but you can determine the rows used by:
or![]()
LastRow = Cells.Find("*",SearchOrder:=xlByRows,SearchDirection:=xlPrevious).Row
![]()
LastRow = ActiveSheet.UsedRange.Rows.Count
Bookmarks