Is there a way to get Address of range that is currently Copied To Clipboard in a VBA procedure?
Is there a way to get Address of Range that is currently Copied To Clipboard?
for example, if user copy range(A1:B1) of sheet1, is there a way to get "Sheet1!A1:B1" in a VBA procedure?
|