Hello,

on mac machine
I want to ask the user the name of a MS Excell file on the desktop
then

I want this script not in LiveCode language but applescript (for another purpose afterwards in the livecode script)

here is my applescript code that doesn't run  (!)

set le_chemin to (path to desktop) as unicode text
set le_nom to display dialog "Saisissez le nom du classeur" default answer ".xlsx"
set mon_classeur to le_chemin & ":" & text returned of le_nom

tell application "Microsoft Excel"
activate
open mon_classeur
end tell

Can someone help me ???

Amicalement.

Yves COPPE
yvesco...@skynet.be



Greetings.

Yves COPPE
yvesco...@skynet.be

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to