S
Steved
Hello from Steved
I was given the below Code for Control Shift Enter
Please can we devolope it so that when I highlite E2:J8
it will turn the cells into ARRAY as using below is
taking cell E2 and coping it to E3:J2 after I have
highlited E2:J2 and control Shift Enter. As each cell has
a different formula
Dim cell As Range
For Each cell In Selection
cell.FormulaArray = cell.Formula
Next cell
Thankyou.
I was given the below Code for Control Shift Enter
Please can we devolope it so that when I highlite E2:J8
it will turn the cells into ARRAY as using below is
taking cell E2 and coping it to E3:J2 after I have
highlited E2:J2 and control Shift Enter. As each cell has
a different formula
Dim cell As Range
For Each cell In Selection
cell.FormulaArray = cell.Formula
Next cell
Thankyou.