array in VBA

  • Thread starter Thread starter Jack Sons
  • Start date Start date
J

Jack Sons

Hi all,

A few days ago I saw an answer to a post that showed the VBA equivalent of
using an array worksheet formula with ctrl+shift+enter. I forgot to copy
that answer for later use, now I can't find it anymore. Anybody who knows
what I mean? If so, please tell me where to find the post.

Jack Sons
The Netherlands
 
Don,

Do I understand it right:

Cells("H5").FormulaArray=

will do in VBA the same as array entering (with ctrl+shift+enter) a formula
in H5?

Jack
 
Try it and you'll soon see!



Jack said:
Don,

Do I understand it right:

Cells("H5").FormulaArray=

will do in VBA the same as array entering (with ctrl+shift+enter) a formula
in H5?

Jack
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top