Thread
:
How can you update an array formula using VBA?
View Single Post
#
2
Posted to microsoft.public.excel.programming
Bernie Deitrick
external usenet poster
Posts: 5,441
How can you update an array formula using VBA?
Ashleigh,
Have you tried forcing a calc?
Application.CalculateFull
HTH,
Bernie
MS Excel MVP
"Ashleigh Gardner" <Ashleigh
wrote in
message ...
I have an excel application with two workbooks. I have written a VBA
macro
in workbook 1 that includes a .open command to open workbook 2. Workbook
2
successfully opens, however, none of the array formulas residing in
workbook
2 are updated (they all seem to default to a zero value). I have tried
changing the screenupdating and calculation properties. Any suggestions?
Reply With Quote
Bernie Deitrick
View Public Profile
Find all posts by Bernie Deitrick