http://blog.mackerron.com/2009/05/19/paste-unformatted-keyboard-shortcut-office-2008-mac/
Word では問題なく動作しました。しかし、以下のコードをApplescriptに貼り付けてに保存すると/Documents/Microsoft User Data/Excel Script Menu Items
、このエラーが発生しますSyntax Error: Expected end of line, etc. but found “text”.
try
set theClip to Unicode text of (the clipboard as record)
tell application "Microsoft Excel" to tell selection to type text text theClip
end try
ここで何がうまくいかなかったのですか?