Help me
Help me
- Subject: Help me
- From: rhyme <email@hidden>
- Date: Tue, 18 Dec 2001 03:13:04 +0100
Hi, im a new member fo this list !
i need help with applescript ....... im trying to edit a script for MsExcel
! in particular i need to execute a macro......this is my code now
launch application "Microsoft Excel"
set numero to "inserisci il numero della giornata"
set form to display dialog "Che giornata vuoi aggiornare ?" default answer
numero
set numGiornata to text returned of form
set doc to "format.formazioni" & (numGiornata) & ".xls"
tell application "Microsoft Excel"
Open "Macintosh HD:Desktop
Folder:FantaKapNew:Formattazioni:XLS:macro.xls"
Open "Macintosh HD:Desktop Folder:FantaKapNew:Formattazioni:XLS:" &
(numGiornata) & ":" & doc
--Here i need to execute a macro HELP ME PLEASE--
end tell
Thanks to all, bye !