excel script does not work
excel script does not work
- Subject: excel script does not work
- From: email@hidden (Gerd)
- Date: Sun, 18 Aug 2002 21:44:19 +0200
Hallo,
i tried to run following script under OS X 10.1.4 and Excel (Office X).
But i always get an error message.
set Firma to "Hamburg"
tell application "MS Excel"
try
tell Worksheet 1 of document 1
set Value of Cell "R2C1" to Firma
end tell
on error errMsg number errNum
display dialog errNum
end try
end tell
error message - 10006
Text: Microsoft Excel got an error: can't set value of cell "R2C1" of
Worksheet 1 of document 1
to Firma
Does anybody know the reason ??
Thanks for any help
Gerd
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.