• 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
Re: Office 2011: Excel Question
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Office 2011: Excel Question


  • Subject: Re: Office 2011: Excel Question
  • From: Christopher Stone <email@hidden>
  • Date: Sun, 22 Jan 2012 04:13:28 -0600

On Jan 22, 2012, at 02:59, Christopher Stone wrote:
What I'm needing to do is compose a data record from Safari (already done) and append it to the next blank row in a data table in Excel.
...
But I would rather do essentially the same thing without involving the clipboard.
______________________________________________________________________

Hey Folks,

It looks like I've found the answer to my question thanks to Ben Waldie and MacTech:

tell application "Microsoft Excel"
tell worksheet "Sheet1" of active workbook
set value of range "A1:C2" to {{"a", "b", "c"}, {"d", "e", "f"}}
end tell
end tell

But if someone has something useful to add I'm all ears.

Thanks.

--
Best Regards,
Chris

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: Office 2011: Excel Question
      • From: Paul Berkowitz <email@hidden>
References: 
 >Office 2011: Excel Question (From: Christopher Stone <email@hidden>)

  • Prev by Date: Office 2011: Excel Question
  • Next by Date: Re: Insert Text Here
  • Previous by thread: Office 2011: Excel Question
  • Next by thread: Re: Office 2011: Excel Question
  • Index(es):
    • Date
    • Thread