I am working on a sheet which requires previous 10 working days from today:
Something like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]10-Dec[/TD]
[TD]11-Dec[/TD]
[TD]12-Dec[/TD]
[TD]13-Dec[/TD]
[TD]14-Dec[/TD]
[TD]17-Dec[/TD]
[TD]18-Dec[/TD]
[TD]19-Dec[/TD]
[TD]20-Dec[/TD]
[TD]21-Dec[/TD]
[/TR]
</tbody>[/TABLE]
i am scratching my head from last 3 days with all kind of wiered loops but nothing is working. Can anyone help me with a nice VBA code.
Something like this:
[TABLE="width: 500"]
<tbody>[TR]
[TD]10-Dec[/TD]
[TD]11-Dec[/TD]
[TD]12-Dec[/TD]
[TD]13-Dec[/TD]
[TD]14-Dec[/TD]
[TD]17-Dec[/TD]
[TD]18-Dec[/TD]
[TD]19-Dec[/TD]
[TD]20-Dec[/TD]
[TD]21-Dec[/TD]
[/TR]
</tbody>[/TABLE]
i am scratching my head from last 3 days with all kind of wiered loops but nothing is working. Can anyone help me with a nice VBA code.
Last edited: