Thread: VBA Calc
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Michael Singmin Michael Singmin is offline
external usenet poster
 
Posts: 60
Default VBA Calc

Thanks to all of you,

The application.calculate works for my project.

The other ideas will come in very useful in the future.

Michael
================================================== ========

Michael Singmin wrote:

Hello Group,

What is the equivalent of Calc (F9) in VBA ?

My application has a lot of complex array entered formulas
so I keep the calculation set as manual.

When new data values are entered and the database sorted,
I would like to do a recalculation so the array formaulas can be
updated.

Thanks,

Michael Singmin