• 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
Extend a Formula in Excel
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Extend a Formula in Excel


  • Subject: Extend a Formula in Excel
  • From: Steven Valenti <email@hidden>
  • Date: Fri, 11 Apr 2008 11:07:31 -0400

Using Excel 2004, I want to extend a formula down my column but can't seem to figure out how to do this or what this is even called. Anyone have an idea? I currently have AppleScript making the same formula in every row and takes a long time.
Thanks

tell application "Microsoft Excel"
set EndRow to first row index of last row of used range of active sheet
repeat with ThisRow from 15 to EndRow
--Color Charge
set formula of cell ("K" & ThisRow) of sheet "ALL PRINTS" of active workbook to ¬
"=E" & ThisRow & "*$C$2"
end repeat
end tell
 _______________________________________________
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: Extend a Formula in Excel
      • From: Paul Berkowitz <email@hidden>
  • Prev by Date: Re: Address Book: set property values dynamically
  • Next by Date: Re: Address Book: Getting a reference to email by ID
  • Previous by thread: Re: Really basic Finder question
  • Next by thread: Re: Extend a Formula in Excel
  • Index(es):
    • Date
    • Thread