Finalfight40
Active Member
- Joined
- Apr 24, 2018
- Messages
- 273
- Office Version
- 365
- Platform
- Windows
Hi All
I am trying to create a macro but i am stuck with what i am assuming is a line or 2 of code. I have tried to google this but cant find exactly what i am looking for.
I am having a problem where i need to select and copy the data from cell A3 to the last row, in this case to A8. However there may be 5 entries or 1000 entries which i need to select.
Any help here is much appreciated.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]NAME[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Alex[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Bob[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Jessy[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]Ben[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]Joe[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]Elliot[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I am trying to create a macro but i am stuck with what i am assuming is a line or 2 of code. I have tried to google this but cant find exactly what i am looking for.
I am having a problem where i need to select and copy the data from cell A3 to the last row, in this case to A8. However there may be 5 entries or 1000 entries which i need to select.
Any help here is much appreciated.
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]A[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]NAME[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]Alex[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Bob[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Jessy[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]Ben[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]Joe[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]Elliot[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Last edited: