Advertisement
Guest User

Untitled

a guest
Nov 12th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. set inFile to choose file with prompt "Please select an Excel workbook file:"
  2. tell application "Finder"
  3. set theWorkbookFolder to (container of (inFile)) as string
  4. set theWorkbookFile to (name of (inFile)) as string
  5. end tell
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement