View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Command Button Ctrl+Alt+Shift_F9


That sounds like
Application.CalculateFullRebuild
(xl2003 or greater?????)

For all open workbooks, forces a full calculation of the data and rebuilds the
dependencies.

====
If that's not right, maybe just using application.sendkeys would be
sufficient????



JLGWhiz wrote:

I found it:

Rechecks dependent formulas and then calculates all cells in all open
workbooks, including cells not marked as needing to be calculated.

Maybe somebody will take the time to create a macro that is redundant to
this.

"Lonnie" wrote in message
...
I would like to place a Command Button in an excel worksheet so that
pressing
it would be the same as pressing 'Ctrl+Alt+Shift+F9'

Thank you


--

Dave Peterson