Hi,
The below script is worked in macOS Mojave, and QuarkXpress 2017 and not working in macOS Sonama Version 14.5 and QuarkXpress 2023
tell application "QuarkXPress 2017"
tell document 1
tell current page
make vertical guide at beginning with properties {position:14}
end tell
end tell
end tell
Thanks,
John
(Backtick tags added to script code by NG to format it for display in MacScripter. See Markdown Reference.)
```
Code here in plain text
```