Last Update: 8/12/2024
If you are experiencing any of these problems:
These problems may be caused by
To solve this problem, perform the steps below to delete the pending operations. Open the specific OPJ, then open the Script Window (Window:Script Window), type in the following script, and then press ENTER. Origin will list the operations in the Script Window. (Pending operations are operations without input and output)
list op
Then type the following script (and press ENTER) to delete these pending operations
delete -op
Resave the project.
In old versions, when user auto fills some ranges in worksheet with data, the range might be wrongly increased. To check if this is the case, open the specific OPJ, in Script Window, type in the following script, and then press ENTER.
doc.rangescount(32)=
If it dumps a big number, run the following script to remove all autofill range
del -r 32
Resave the project.
Keywords:large OPJ, full CPU, Recalculate fails, auto fill, range
Minimum Origin Version Required: 8.5.1