![]()
Please Login or Register to view this content.
All sheets located in the same workbook.
I am copying a model number (Sheet "Models") into a bill of material spreadsheet (Sheet "Bill"), refreshing and taking the cost of the model (H2 cell) and copying it to another spreadsheet (Sheet "Cost Pricer") to develop a price list.
The above formula plugs product model costs into two cells... C6 and C7.
When I run the macro with only one cell (i.e. half the macro or eliminating the macro to plug a value into C7) everything works out fine. If I run the macro for additional cells (i.e. C7 or C8 or C9 or C10 etc)...the last cell will copy the correct values...but previous cells the values are incorrect and I am uncertain as to why this is happening...example:
SHOULD BE:
C6 $57.77
C7 $58.99
With one cell macro only I get
C6 $57.77 (CORRECT VALUE)
With more than one cell I get
C6 $52.88 (WRONG VALUE)
C7 $58.99 (CORRECT VALUE)
Why does the addition of another cell to the macro cause inaccurate values in all cells except the very last cell in the macro?
Thank you in advance
Bookmarks