VBA learner ITG
Active Member
- Joined
- Apr 18, 2017
- Messages
- 272
- Office Version
- 365
- Platform
- Windows
- MacOS
Good morning,
I have searched the forum high and low for a solution and i now need your advice if possible!
Is there a VBA code that anyone knows of or a forum piost that i can review to sequence the number like below in VBA to be applied in coloumn B until the end of the data in row A?
The sequence has to be in the below format and the number sequence which could be 1000
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]1[/TD]
[/TR]
[TR]
[TD]1[/TD]
[/TR]
[TR]
[TD]2[/TD]
[/TR]
[TR]
[TD]2[/TD]
[/TR]
[TR]
[TD]3[/TD]
[/TR]
[TR]
[TD]3[/TD]
[/TR]
[TR]
[TD]4[/TD]
[/TR]
[TR]
[TD]4[/TD]
[/TR]
[TR]
[TD]etc .........[/TD]
[/TR]
</tbody>[/TABLE]
I have searched the forum high and low for a solution and i now need your advice if possible!
Is there a VBA code that anyone knows of or a forum piost that i can review to sequence the number like below in VBA to be applied in coloumn B until the end of the data in row A?
The sequence has to be in the below format and the number sequence which could be 1000
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]1[/TD]
[/TR]
[TR]
[TD]1[/TD]
[/TR]
[TR]
[TD]2[/TD]
[/TR]
[TR]
[TD]2[/TD]
[/TR]
[TR]
[TD]3[/TD]
[/TR]
[TR]
[TD]3[/TD]
[/TR]
[TR]
[TD]4[/TD]
[/TR]
[TR]
[TD]4[/TD]
[/TR]
[TR]
[TD]etc .........[/TD]
[/TR]
</tbody>[/TABLE]
Last edited: