• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
excel script does not work
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: excel script does not work
      • From: Paul Berkowitz <email@hidden>
  • Prev by Date: Help sought in understanding scope, placement of references, globals, properties in Quark "do script" routines
  • Next by Date: Re: getting a file list in sorted order
  • Previous by thread: Help sought in understanding scope, placement of references, globals, properties in Quark "do script" routines
  • Next by thread: Re: excel script does not work
  • Index(es):
    • Date
    • Thread