Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Mac > Applescript
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Applescript section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
  #1 (permalink)  
Old July 31st, 2013, 10:37 AM
Registered User
 
Join Date: Jul 2013
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default How to refresh a formula cell in Excel using Applescript

Greetings,

I am new to Applescript and I need help to refresh a cell in Excel.

Details :
In cell CF145, I have concatenate some data
In cell CG145, I have paste special value of CF145
The result of the paste special is the concatenate formula :
=(INDEX(D154:D253,MATCH(TRUE,INDEX(CC154:CC253>=0, 0),0))).

If I manually edit the cell CG145 and then hit the <Enter> key, the value of the formula is now correctly show in the cell.

My question is :how can I do this via Applescript?

Thanks in advance for helping.

Judy
Reply With Quote





Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel putting result of a formula in another Cell hakimk Excel VBA 8 July 29th, 2016 12:35 AM
Cell formula query Neal Excel VBA 1 October 19th, 2009 12:53 PM
Using Formula on Active Cell manojkumarsoni Excel VBA 3 August 26th, 2007 08:56 AM
What would the formula "=+D4" do in a cell? BrianWren Excel VBA 2 February 2nd, 2006 03:36 AM
Inserting formula into active cell alisonchase Excel VBA 3 March 3rd, 2005 10:06 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.