lordrummxx1
New Member
- Joined
- Mar 28, 2019
- Messages
- 6
Hey all,
I'm currently working on a private equity report that I want to automate. Ive made a rough draft of what I am looking to do below. Assume the first two columns are manual entry (Company Reporting, 6/30/2011). I want to be assign a macro to a button that, when pressed, will automatically add another column. The next column would have the =EOMONTH formula to get the correct date and the last line would have the =sum formula to get the total number above.
I know how to do this for one specific area, but I would like to be able to click the button, say on 12/31/2012, and the fields will extend off the 9/30/2011 column. Any advice?
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Company Reporting
[/TD]
[TD]6/30/2011[/TD]
[TD]9/30/2011[/TD]
[/TR]
[TR]
[TD]Fund Reporting[/TD]
[TD]3/31/2011[/TD]
[TD]6/30/2011[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Funds Invested
[/TD]
[TD]5[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Other Funds[/TD]
[TD]10[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Total Contributions[/TD]
[TD]15[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thanks!
I'm currently working on a private equity report that I want to automate. Ive made a rough draft of what I am looking to do below. Assume the first two columns are manual entry (Company Reporting, 6/30/2011). I want to be assign a macro to a button that, when pressed, will automatically add another column. The next column would have the =EOMONTH formula to get the correct date and the last line would have the =sum formula to get the total number above.
I know how to do this for one specific area, but I would like to be able to click the button, say on 12/31/2012, and the fields will extend off the 9/30/2011 column. Any advice?
[TABLE="class: outer_border, width: 500"]
<tbody>[TR]
[TD]Company Reporting
[/TD]
[TD]6/30/2011[/TD]
[TD]9/30/2011[/TD]
[/TR]
[TR]
[TD]Fund Reporting[/TD]
[TD]3/31/2011[/TD]
[TD]6/30/2011[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Funds Invested
[/TD]
[TD]5[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Other Funds[/TD]
[TD]10[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Total Contributions[/TD]
[TD]15[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
Thanks!