Forum Discussion
jiwhiteff
May 10, 2022Copper Contributor
Excel Automate Code Editor Crashes With Frowny Face
When I try to open a particular script that previously loaded, it crashes with a frowny face. It stays open long enough for me to copy the script or to paste in a new script and save it...
- May 15, 2022I had a similar problem three days ago. Previously working script would not run, nor open in editor.
Today the problem has gone away. The original script is working again.
By a sequence of comment/uncomment/copy/pasting/reload I found that it seemed to be related to the depth of function calls within my script. Reducing the number of functions seemed to allow it to work.
So all good now, cause unknown?
PeteSh
May 15, 2022Copper Contributor
I had a similar problem three days ago. Previously working script would not run, nor open in editor.
Today the problem has gone away. The original script is working again.
By a sequence of comment/uncomment/copy/pasting/reload I found that it seemed to be related to the depth of function calls within my script. Reducing the number of functions seemed to allow it to work.
So all good now, cause unknown?
Today the problem has gone away. The original script is working again.
By a sequence of comment/uncomment/copy/pasting/reload I found that it seemed to be related to the depth of function calls within my script. Reducing the number of functions seemed to allow it to work.
So all good now, cause unknown?
- jiwhiteffJun 03, 2022Copper ContributorYes, I solved it by breaking up my script into multiple scripts and calls in Power Automate.