View Single Post
 
Old 05-28-2024, 11:55 PM
soroush.kalantari soroush.kalantari is offline Windows 10 Office 2021
Competent Performer
 
Join Date: Jun 2021
Posts: 124
soroush.kalantari is on a distinguished road
Default 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?
Reply With Quote