Hi there,
I would to ask for a little help with learning how to change my row values to a variable while i was trying to customise/write this VBA code (from recorded macro) to suit my needs.
here is the
Sub Macro2()
Range("A1").Select
Range(Selection, Selection.End(xlToRight)).Select...