T
Trixie
Hello,
I have been trying to figure out if there is a way to allow a dynami
range within a formula in VBA.
I have this static range, but the end row could change as data i
added/deleted:
Range("K11").Select
ActiveCell.FormulaR1C1 = "=COUNTIF(R[-9]C[-6]:R[18]C[-6],"""")"
I'd like to be able to change the R[18] to whichever row the user woul
put into an input box at the beginning of the macro.
Thanks
I have been trying to figure out if there is a way to allow a dynami
range within a formula in VBA.
I have this static range, but the end row could change as data i
added/deleted:
Range("K11").Select
ActiveCell.FormulaR1C1 = "=COUNTIF(R[-9]C[-6]:R[18]C[-6],"""")"
I'd like to be able to change the R[18] to whichever row the user woul
put into an input box at the beginning of the macro.
Thanks