MS Excel help !!!
MS Excel help !!!
- Subject: MS Excel help !!!
- From: rhyme <email@hidden>
- Date: Sat, 22 Dec 2001 16:30:28 +0100
How do i use the command exists in Ms Office ??
i want to open a file if this exists into the directory !
i've tried with this script but it doesn't run :
set generale to "Macintosh HD:Desktop Folder:FantaKapNew:Formattazioni:XLS:"
& (numGiornata) & ":Generale.xls"
tell application "Microsoft Excel"
if exists generale then
Open generale
end if
end tell
Thanks