Every month I run a report whereas the table size changes. I need to be able to account for that.
I recorded this:
<code>Range("B1").FormulaR1C1 = _
"=IF(VLOOKUP(RC1,sorted!R3C1:R35C33,8,FALSE)="""","""",VLOOKUP(RC1,sorted!R3C1:R35C33,8,FALSE))"</code>I need to have it update...