map to hotkey for working with selections

PHOTO EMBED

Wed Sep 08 2021 06:01:28 GMT+0000 (Coordinated Universal Time)

Saved by @cnewnham #vba

Sub swapSelectedTableReferences()
'Version to map to hotkey for working with selections
    Call swapTableReferences(ActiveSheet.Range(Selection.Address))
End Sub
content_copyCOPY