Forum Discussion
StefanMogyorosi
Jun 01, 2023Copper Contributor
Excel script run with error since today (Range Delete)
I have a script that manipulates an excel table by deleting columns and adding new ones. The script that yesterday worked correctly today stops working and i get these errors: Range delete: You cann...
- Jun 01, 2023
I guess that's this sample ExcelScript.DeleteShiftDirection enum - Office Scripts | Microsoft Learn
"delete" doesn't work in Excel Desktop. If you run exactly the same script in Excel for web it shall work.
MarcoANAM
Jun 08, 2023Copper Contributor
The scripts are working again! today I was able to confirm that with a script on excel for desktop
SergeiBaklan
Jun 08, 2023Diamond Contributor
Great to know, thank you for sharing.