I want to use VBA code to find the last row of data in column B then take that Range and utilize it in a formula for another cell.
Here's an example: Worksheets("Learning").Range("F9").Formula = "=T.TEST(B3:B17,C3:C17,2,1)"
I want to make those ranges "(B3:B17, C3:C17)" dynamic, so as the table is updated I don't have to update the code.