L
light
Trying to rank the column on the left with this formula:
ActiveCell.FormulaR1C1
"=RANK(RC[-1],RC[-1]:selection.End(xlDown).Select,0)"
Can someone tell me how to write this properly
ActiveCell.FormulaR1C1
"=RANK(RC[-1],RC[-1]:selection.End(xlDown).Select,0)"
Can someone tell me how to write this properly