My scrpt should make a subform visible and then run Save As. No matter what i do, it runs the Save As first. What am I doing wrong? Here's the script.
Subform12.presence = "visible";
app.execMenuItem("SaveAs");
My scrpt should make a subform visible and then run Save As. No matter what i do, it runs the Save As first. What am I doing wrong? Here's the script.
Subform12.presence = "visible";
app.execMenuItem("SaveAs");