Re: MS Excel help !!!
Re: MS Excel help !!!
- Subject: Re: MS Excel help !!!
- From: Kai Edwards <email@hidden>
- Date: Sun, 23 Dec 2001 15:12:48 +0100
on 23/12/01 2:53 pm, Kai Edwards at email@hidden wrote:
>
try
>
set generale to "Macintosh HD:Desktop Folder:FantaKapNew:Formattazioni:XLS:" &
>
(numGiornata) & ":Generale.xls" as alias
>
end try
>
tell application "Finder"
>
if exists generale then open generale
>
end tell
Doh! Better still, just put the open command within the try block:
try
set generale to "Macintosh HD:Desktop
Folder:FantaKapNew:Formattazioni:XLS:" & (numGiornata) & ":Generale.xls" as
alias
tell application "Finder" to open generale
end try
--
**********************************
Kai Edwards Creative Resources
1 Compton Avenue Brighton UK
Telephone +44 (0)1273 326810
**********************************