hey all
I'm completely new to macros in excel. I'm trying to make a button on my sheet that takes the number in one cell (will be formatted as a currency and is being calculated using a formula.) and puts it in the next available cell in a column.
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD][/TD]
[TD]Date[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]$100.00[/TD]
[TD][/TD]
[TD]1/12
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]2/12[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]3/12[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]4/12[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
first press A1 to B1
next press A1 to B2
next press A1 to B3
and so on
I appreciate the help with this
I'm on Excel 2016 Mac
Jer
I'm completely new to macros in excel. I'm trying to make a button on my sheet that takes the number in one cell (will be formatted as a currency and is being calculated using a formula.) and puts it in the next available cell in a column.
[TABLE="width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD][/TD]
[TD]Date[/TD]
[TD]B[/TD]
[/TR]
[TR]
[TD]$100.00[/TD]
[TD][/TD]
[TD]1/12
[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]2/12[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]3/12[/TD]
[TD][/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]4/12[/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
first press A1 to B1
next press A1 to B2
next press A1 to B3
and so on
I appreciate the help with this
I'm on Excel 2016 Mac
Jer