I am in need of including an array formula in a spreadsheet I’m creating. In the interface, I would build the formula, then Shft+Ctrl+Enter.
The problem is that I’m creating the file through VBA. How do I tell it to Shft+Ctrl+Enter?
More information, in case its needed: The formula is rather simple {=(D5:D250)/$D$5}. I don’t want to copy it individually to a couple hundred rows, so I thought an array might be just the ticket. Any help, as always, is greatly appreciated.