I want to be able to have this code work with any selection within a worksheet, currently it starts at "A1".
I thought I could fix it with the following:
Set rngLastCell = Selection. _
Currently it works, but targets at "A1" rather than the selection.
Any help would be appreciated...