Hi All,
I have a formula that returns the last text cell which is =INDEX($F$6:$F$13,MATCH(REPT("z",255),$F$6:$F$13)) and it works well.
How do I go about adding that same formula to a form control button?
do I use ActiveCell.Formula?? along with my =INDEX($F$6:$F$13,MATCH(REPT("z",255),$F$6:$F$13)) somehow??
Thanks in advance
I have a formula that returns the last text cell which is =INDEX($F$6:$F$13,MATCH(REPT("z",255),$F$6:$F$13)) and it works well.
How do I go about adding that same formula to a form control button?
do I use ActiveCell.Formula?? along with my =INDEX($F$6:$F$13,MATCH(REPT("z",255),$F$6:$F$13)) somehow??
Thanks in advance