View Single Post
I have been searching for ways to have better export and agree, the Excel plugin is pretty much unuseable.

I tried your script (Installed in OO Scripts folder) but received the following error:

-------------
AppleScript reported the following error:
Can’t make items 1 thru -2 of {"Changes"} into type string.

With the last "string" in this section highlighted:


-- PROMPT THE USER FOR THE NAME AND FOLDER OF THE CSV FILE
-- Prepare a default .csv name based on the name of the oo3 file
set oDoc to item 1 of lstDocs
set {dlm, my text item delimiters} to {my text item delimiters, "."}
set lstParts to text items of ((name of oDoc) as string)
set strDefault to ((items 1 thru -2 of lstParts) as string) & ".csv"
set my text item delimiters to dlm

This Applescript is way out of my league. ANy suggestions on getting it working?