inetquestion
Technical User
I'm not sure what to call what it is i'm looking for, but can describe the desired result.. I've got an excel spreadsheet with values across the top row, and months down the first column. IE:
0 | 100 250 500 300 4525
--------------------------------------------
Jan|
FEB|
MAR|
APR|
MAY|
...|
...|
...|
The sheet is used to track amounts invested over the course of a year, and the data on the first row is the suggested amount for each month. So after several months, the sheet would look like this:
0 | 100 250 500 300 4525
--------------------------------------------
Jan| 100 250 500 300 4525
FEB| 100 250 500 300 4525
MAR| 100 250 500 300 4525
APR| 100 250 500 300 4525
MAY| 100 250 500 300 4525
...| 100 250 500 300 4525
...| 100 250 500 300 4525
...| 100 250 500 300 4525
I would like a button to invoke beside each month that would copy the default suggested amounts to that month. Or a single button that would ask me what month to copy the default values to. Any suggestions? I'm completely new to any sort of ms application programming so the more detailed the better.
TIA,
Inet
0 | 100 250 500 300 4525
--------------------------------------------
Jan|
FEB|
MAR|
APR|
MAY|
...|
...|
...|
The sheet is used to track amounts invested over the course of a year, and the data on the first row is the suggested amount for each month. So after several months, the sheet would look like this:
0 | 100 250 500 300 4525
--------------------------------------------
Jan| 100 250 500 300 4525
FEB| 100 250 500 300 4525
MAR| 100 250 500 300 4525
APR| 100 250 500 300 4525
MAY| 100 250 500 300 4525
...| 100 250 500 300 4525
...| 100 250 500 300 4525
...| 100 250 500 300 4525
I would like a button to invoke beside each month that would copy the default suggested amounts to that month. Or a single button that would ask me what month to copy the default values to. Any suggestions? I'm completely new to any sort of ms application programming so the more detailed the better.
TIA,
Inet