B
bevchapman
I can get a macro to work on one row but I want to be able to use on any row.
Here is what i have so far:
Range("E19:N19").Select
Selection.ClearContents
Range("P19").Select
ActiveCell.FormulaR1C1 = "X"
Range("P20").Select
I want to be able to be on any row, whether it be Row 19 or Row 700 and be
able to run this. The column will stay the same.
Here is what i have so far:
Range("E19:N19").Select
Selection.ClearContents
Range("P19").Select
ActiveCell.FormulaR1C1 = "X"
Range("P20").Select
I want to be able to be on any row, whether it be Row 19 or Row 700 and be
able to run this. The column will stay the same.