I have one last question on this problem. Looking at the msmithdynamicsgp.xlsm sample posted above:
In the 'input' sheet, I found that column Q (Supplies) has a precision of four decimal places.
The corresponding 'output' sheet in column J (Supplies) is rounded off to two decimal places.
How can I revise this so that the level of precision is not lost? i.e. so that the output sheet in column j keeps all four decimal places?
I tried changing the data type Long below to Double, but that did not change the output at all. I also tried messing with the numberformat, which I knew had nothing to do with precision.
Any ideas?
Bookmarks