• 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: Append to Range
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Excel: Append to Range


  • Subject: Excel: Append to Range
  • From: Christopher Stone <email@hidden>
  • Date: Tue, 24 Mar 2015 22:32:51 -0500

Hey Folks,

I have the first bit of this:

tell application "Microsoft Excel"
  tell active sheet of active workbook
    set lastFilledCell to get end range "A1" direction toward the bottom
    set firstBlankCell to get offset lastFilledCell row offset 1
  end tell
end tell

--> range "[Test_01.xlsx]Sheet1!$A$9" of application "Microsoft Excel"

However I want to append a list of lists to the end of it and need something similar to this:

# set value of range ("A1:A" & (length of fileNameList)) to fileNameList

I don't find any way to extract the column:row address components of cell firstBlankCell, so I can construct my new range limits.

Hopefully I'm just missing something.

If someone can help me out I'll be grateful.

--
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: Excel: Append to Range
      • From: Shane Stanley <email@hidden>
  • Prev by Date: Re: Algorithms in Applescript
  • Next by Date: Re: Excel: Append to Range
  • Previous by thread: satimage XML tutorial
  • Next by thread: Re: Excel: Append to Range
  • Index(es):
    • Date
    • Thread