How do you reference the last row # as a variable when the number of rows changes?
I download constantly changing financial worksheets, each with a different number of rows of information. I need to reference the last row in a specific column as a variable to use as a variable cell reference in Excel VBA, so that I can format the entire column from the last row, formatting upward. (i.e. using the value of the row number in ActiveCell.SpecialCells(xlLastCell).row, and using that with the specific column name. e.g. "P"rownumbervariable.)