View Single Post
 
Old 12-13-2017, 12:15 PM
NoSparks NoSparks is offline Windows 7 64bit Office 2010 64bit
Excel Hobbyist
 
Join Date: Nov 2013
Location: British Columbia, Canada
Posts: 842
NoSparks is a glorious beacon of lightNoSparks is a glorious beacon of lightNoSparks is a glorious beacon of lightNoSparks is a glorious beacon of lightNoSparks is a glorious beacon of light
Default

Quote:
Help would be appreciated in helping to target the Table rather than a range.
The code you have is adding the data as the next record in the table, which is what you want.

The issue you have, or what you are seeing, is due to blank records (rows) in your table.

When you put your cursor on the row number at the left of the sheet and click, it highlight the entire row for deletion.
Deleting the entire row removes data from the table and moves the below data up but the number of table records (rows) remains the same, creating blank records at the bottom of the table.

If you put your cursor half on the row number and half in the first column and click, it will highlight only the table record for deletion.
Deleting now will move the remainder of the table up, decreasing the number of table records.
Reply With Quote