Help with completing a applescript for Excel 2008

B

boojiboy1000

Version: 2008 Operating System: Mac OS X 10.6 (Snow Leopard) Processor: Intel This is going to be part of a larger script. I'm trying to figure out how to make the default save location to where the file opened from and the default file name to the current filename in the dialog box.

Here is what I go so far...

tell application "Microsoft Excel"
tell active workbook
set myFile to choose file name with prompt "Save file as:"
end tell
end tell

I'm very new with working with Applescript, so at this point I have been piecing together code snippets.

Any help would be great and thank you
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top