I have code that runs a series of actions on a single row. If I have ten rows of Data, I may not want to run the code on all Rows. Instead, what I want to do is select a number of rows and run the Macro only on those selected rows.
I imagine this must be some form of, For (each Row in...