Is there a quick way to determine the address of the top left cell of the current selection in an excell spreadsheet?
yields the address of the entire selection, which is not what I want. I could of course extract the required information from there (discard everything after the ":"), but that seems a roundabout way.
Thanks
EB
Code:
Selection.Address
Thanks
EB
Comment