![]() |
|
#5
|
|||
|
|||
|
Thanks - I'll add that to the list (I'm tied up another project for the next few days).
Another site suggested this simple AppleScript code: set sourceFolder to choose folder tell application "Finder" to set theFiles to files of sourceFolder whose name extension is in {"doc", "docx"} or creator type is "MSWD" repeat with oneFile in theFiles do shell script "textutil -convert txt " & quoted form of POSIX path of (oneFile as text) end repeat Very elegant - if you're on a Mac. |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Run Time Error '91': Object variable or With block variable not set using Catalogue Mailmerge | Berryblue | Mail Merge | 1 | 11-13-2014 05:36 PM |
Run-time error 91 object variable or with block variable not set
|
JUST ME | Word VBA | 4 | 03-25-2014 06:56 AM |
| assign variable name to WORD text | norwood | Word VBA | 2 | 09-13-2013 08:00 AM |
object variable or with block variable not set
|
MJP143 | Excel | 1 | 02-11-2013 05:07 AM |
Run-time error '91': Object variable or With block variable not set
|
tinfanide | Excel Programming | 2 | 06-10-2012 10:17 AM |