Hello!
I am looking for a way or VBA code(Unsure of what would work better) that would automatically sort the data coming into a table by current date to oldest date. Below is how i have my table set up, so ideally the table would automatically sort by column B once the data is inputted
Column a b c
[TABLE="width: 294"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Unit Type[/TD]
[TD]Move In Date [/TD]
[TD]Rent Amount[/TD]
[/TR]
[TR]
[TD]3x3sw-d[/TD]
[TD]06/26/2016[/TD]
[TD="align: right"]3,010.00[/TD]
[/TR]
[TR]
[TD]2x2sw-bu[/TD]
[TD]09/01/2015[/TD]
[TD="align: right"]2,345.00[/TD]
[/TR]
[TR]
[TD]2x2sw-f[/TD]
[TD]10/30/2016[/TD]
[TD="align: right"]2,660.00[/TD]
[/TR]
[TR]
[TD]2x2sw-g[/TD]
[TD]06/05/2014[/TD]
[TD="align: right"]2,470.00[/TD]
[/TR]
[TR]
[TD]2x2sw-c[/TD]
[TD]06/01/2012[/TD]
[TD="align: right"]2,325.00[/TD]
[/TR]
</tbody>[/TABLE]
Any suggestions greatly appreciated
thanks!
I am looking for a way or VBA code(Unsure of what would work better) that would automatically sort the data coming into a table by current date to oldest date. Below is how i have my table set up, so ideally the table would automatically sort by column B once the data is inputted
Column a b c
[TABLE="width: 294"]
<colgroup><col><col><col></colgroup><tbody>[TR]
[TD]Unit Type[/TD]
[TD]Move In Date [/TD]
[TD]Rent Amount[/TD]
[/TR]
[TR]
[TD]3x3sw-d[/TD]
[TD]06/26/2016[/TD]
[TD="align: right"]3,010.00[/TD]
[/TR]
[TR]
[TD]2x2sw-bu[/TD]
[TD]09/01/2015[/TD]
[TD="align: right"]2,345.00[/TD]
[/TR]
[TR]
[TD]2x2sw-f[/TD]
[TD]10/30/2016[/TD]
[TD="align: right"]2,660.00[/TD]
[/TR]
[TR]
[TD]2x2sw-g[/TD]
[TD]06/05/2014[/TD]
[TD="align: right"]2,470.00[/TD]
[/TR]
[TR]
[TD]2x2sw-c[/TD]
[TD]06/01/2012[/TD]
[TD="align: right"]2,325.00[/TD]
[/TR]
</tbody>[/TABLE]
Any suggestions greatly appreciated
thanks!