J
Joe
I have a document that has nothing but a single, 200+ row, 3 column
table. Each cell contains a string and I need a script that
1. goes to the first cell,
2. reads the string into a variable theString,
3. send the string and gets the result using a one-liner applescript
call to another app:
tell app "MyApp" to set theResult to «event thisEvent» {"Home",
theString, true}
4. places the result into that same cell (either replacing the current
string, or after a carriage return would be acceptable)
5. moves to the next cell, repeating till the end.
It doesn't matter to me whether I'd do this using a VB script that
contains a single Applescript call or using the new, jam-packed
dictionary of Word 2004 (which I've not spent anytime looking at yet)
and accomplishing the whole thing in Applescript.
(I am alot more familiar with Applescript, but like to learn both.)
Any help or suggestion of a better group to ask in?
table. Each cell contains a string and I need a script that
1. goes to the first cell,
2. reads the string into a variable theString,
3. send the string and gets the result using a one-liner applescript
call to another app:
tell app "MyApp" to set theResult to «event thisEvent» {"Home",
theString, true}
4. places the result into that same cell (either replacing the current
string, or after a carriage return would be acceptable)
5. moves to the next cell, repeating till the end.
It doesn't matter to me whether I'd do this using a VB script that
contains a single Applescript call or using the new, jam-packed
dictionary of Word 2004 (which I've not spent anytime looking at yet)
and accomplishing the whole thing in Applescript.
(I am alot more familiar with Applescript, but like to learn both.)
Any help or suggestion of a better group to ask in?