NicolaasH
Technical User
- Sep 11, 2007
- 38
Hi,
I have a List (Listobject) in a worksheet, to which I wish to copy new data. Unfortunately it does not seem to be possible to paste the data when the number of rows in the copied data is larger than the number of rows in the existing list, or when trying to add a range of rows to the bottom of the list at once.
It seems like I have to manually expand the list to enable this. Unfortunatly this is not very user friendly.
- Is there a way to overcome this difficulty? How would I do this?
- or would I have to refer to VBA to solve this? (i.e. write a method that counts the number of rows in the copied data, add the required number of rows to the list and then paste the data)
Thanks!
Nick
I have a List (Listobject) in a worksheet, to which I wish to copy new data. Unfortunately it does not seem to be possible to paste the data when the number of rows in the copied data is larger than the number of rows in the existing list, or when trying to add a range of rows to the bottom of the list at once.
It seems like I have to manually expand the list to enable this. Unfortunatly this is not very user friendly.
- Is there a way to overcome this difficulty? How would I do this?
- or would I have to refer to VBA to solve this? (i.e. write a method that counts the number of rows in the copied data, add the required number of rows to the list and then paste the data)
Thanks!
Nick