On Sheet N I have a table/list/range with a varying number of rows. How do I add/append a new row?
Obviously I could type it in - I'd look down the page and see where the first empty line is. However how do I do this programmatically?. I can find out where the last row is but that's a big step from getting Excel to insert new data at that point. The new data might come from a user typing data into another sheet or from a web query on another sheet.
Or do you normally use a database call to store varying 'tables'?
Obviously I could type it in - I'd look down the page and see where the first empty line is. However how do I do this programmatically?. I can find out where the last row is but that's a big step from getting Excel to insert new data at that point. The new data might come from a user typing data into another sheet or from a web query on another sheet.
Or do you normally use a database call to store varying 'tables'?