I am very new to Iterative Macros and is struggling to get my first iterative macro I just wrote to calculate the monthly Opening Stock On Hand, Forecast Replenish Stock Order, and the Closing Stock On Hand due to the fact that the calculation of the 3 fields are inter dependent. For example:
Loop 1 Logics:
Step 1:
Move Month zero's [Closing Stock On Hand] to Month 1's [Opening Stock On Hand]
Step 2:
Calculate Month 1's [Forecast Replenish Stock Order]
Step 3:
Calculate Month 1's [Closing Stock On Hand]
I have managed to get Loop1 to run if I run the macro as a workflow, but when I run the workflow with the macro attached it does not give me any output. I have attached the macro logic as well as the macro and the workflow. Can anyone help me?
Thanks!