Automator=>AppleScript=>Excel Macro
Currently I have automator:
-Get Specified Finder Items (the files I want to run the macro on)
-Open Finder Items
-Run Applescript
on run {input, parameters}
tell application "Microsoft Excel"
run VB macro "macroname"
end tell
end run
I can get this to run on one file, but it won't go through all the open files.
Can someone help me to figure out how to make it run on lots of files? I really don't want to have to repeat this for all 68 files I currently have (there will be more later)..
Thanks.
MacBook Pro Mac OS X (10.4.8)