Search found 1 match

by cenat
Wed Oct 08, 2025 3:14 pm
Forum: Help Me
Topic: SaveAs script not working after update
Replies: 5
Views: 6160

Re: SaveAs script not working after update

I just tested this after updating to macOS Monterey, and the issue seems to be how the system handles overwriting files. A quick fix is to have the script check if the file exists and delete it before saving. That way, doc.saveAs won’t throw an error. Also, double-check that the folders you’re savin...