c# - Getting Excel add ins to modify array formula parameters; or perform 'ctrl-shift-enter' -


I'm trying to add a C # excel that changes the parameters of an array formula; That is to do the same as modifying any array formula and killing ctrl-shift-enter.

Setting an active cell. The formula does not receive properties; It throws an error 'You can not change part of an array'.

Do anyone know how I can get it?

A solution that works in VBA, will be great.

I have tried to make some arguments that 'walks' for the circumference of the array formula and it first removes it, but this impending formula does not account for sources and I believe that It is unnecessarily harsh. CurrentArray property looks like you

This is a multicell array formula in VBA All cells in the array formula will enter into a cell containing the Z99

 range ("Z99"). CurrentArray.FormulaArray = "..." 


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -