I just ran the Drop Model process. It seems to take quite a while to run. I guess because we are calling the ZeroOut process lots and lots of times. It is also making our log file very big very quickly, as it logs each time we call the process.
Now that we are running the ZeroOut for each month and year, can’t we just do a CellPut(0,…..) instead? I think this will be much quicker.
Is this possible or is there some other reason we cannot? I know we have to go through all the elements if we select All Body Style, but I think the view should go through each non-zero bodystyle anyway, so I don’t think we should have to use a ZeroOut and I think everything will be defined.