striveforexcelence
Technical User
I have a workbook that has an initial sheet on open and then when an assigned macro on a navigation bar is selected another sheet is activated and becomes visible and range "B9" is activated so that the first entry will appear in the first appropriate row for that sheet.
The sheet has three column heading cells for beginning budgets for the months of january, february and march. When a user selects an item on below rows in column b the item cost is autopopulated into column c and the user then selects the number of that item for each month. The item cost is multiplied by the number of units chosen and stored in a hidden colum which totals at the bottom of the hidden column. That hidden total is subtracted from the beginning january budget to show a running sum total of the beginning budget minus january selected items.
Jan Budget Feb Budget Mar Budget
$3500 $3500 $3500
Item Cost # for Jan #for Feb # for Mar
Computer $700 1 2 1
Jan Budget then changes to $2800 and Feb $2100 etc.
This works fine for any rows after the first row. The first row does not hold the formula. When I unhide the three columns, the correct forumal appears in the second and consecutive rows for those columns but the first row will not maintain the formula despite my re-entering it??? Does this have something to do with the row being activated on sheet open? Is there something that I can add to the code to make it work around this?
Also, when a number is entered into the column to indicate the number of units for the selection, the arrow keys do not work so that the user can just arrow over to the next month and enter a number for that item???
Does anyone have any idea what might be causing these two things?
Thank you for any information.
The sheet has three column heading cells for beginning budgets for the months of january, february and march. When a user selects an item on below rows in column b the item cost is autopopulated into column c and the user then selects the number of that item for each month. The item cost is multiplied by the number of units chosen and stored in a hidden colum which totals at the bottom of the hidden column. That hidden total is subtracted from the beginning january budget to show a running sum total of the beginning budget minus january selected items.
Jan Budget Feb Budget Mar Budget
$3500 $3500 $3500
Item Cost # for Jan #for Feb # for Mar
Computer $700 1 2 1
Jan Budget then changes to $2800 and Feb $2100 etc.
This works fine for any rows after the first row. The first row does not hold the formula. When I unhide the three columns, the correct forumal appears in the second and consecutive rows for those columns but the first row will not maintain the formula despite my re-entering it??? Does this have something to do with the row being activated on sheet open? Is there something that I can add to the code to make it work around this?
Also, when a number is entered into the column to indicate the number of units for the selection, the arrow keys do not work so that the user can just arrow over to the next month and enter a number for that item???
Does anyone have any idea what might be causing these two things?
Thank you for any information.