Zum Hauptinhalt gehen

⚠️ Please note that this topic or post has been archived. The information contained here may no longer be accurate or up-to-date. ⚠️

Microsoft Excel to Next Capture Name

Kommentare

3 Kommentare

  • Eric Valk
    If you select a cell with the jobname in Excel, this should work

    tell application "Microsoft Excel" to set jobName to get value of active cell
    tell application "Capture One 12" to tell current document to tell next capture settings to set status job identifier to jobName

    For me the Excel value is correctly retreived, but the status job identifier is not updated and I don't get any error message.

    Could be because I don't have a camera tethered and I don't have tethered shooting set up.
    0
  • Rick Allen

    tell application "Microsoft Excel" to set jobName to get value of active cell
    tell application "Capture One 12"
    tell current document
    set {capture counter, capture name, capture name format} to {0, jobName, "[Name]-[4 Digit Counter]"}
    end tell
    end tell


    to omit the counter reset

    set {capture name, capture name format} to {jobName, "[Name]-[4 Digit Counter]"}

    I think status job identifier refers to IPTC metadata fields.
    0
  • Joseph Clark

    Hello! Is it possible to achieve this result when working with a google sheet and not excel?

    0

Post ist für Kommentare geschlossen.