http://www.mrexcel.com/forum/excel-q...ml#post3349613
What the replacement of pressing ctrl+shift+enter in vba excel code
For example in cell E1
=max(if(B:B=C1,D:D,0))
This function can only give correct answer by pressing ctrl+shift+enter by getting it as an array and then the function can copied successfully and correctly on E:E
What's the equivalent vba code?
Bookmarks