How To Automatically Copy A Cell To Clipboard With Single Click In Excel in Urdu

preview_player
Показать описание
In this video you will learn How to Automatically Copy A Cell To Clipboard With Single Click In Excel in Urdu/Hindi.

*VBA Code*
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Not Intersect(Target, Range("A1:A9")) Is Nothing Then
Target.Copy
End If
End Sub

#ExcelForFreelancer #AdvanceExcel #ExcelTips

Subscribe Our Channel:

Рекомендации по теме
Комментарии
Автор

Give me your feedback about this video and the course also give me suggestions and follow-on Facebook and Twitter.
FaceBook:

AbdulAleemBaig
Автор

Good job ! excuse me, I can not paste to Line & Facebook chat when P aste thay said like a picture it's not a text so can you edit some code ? for copy only text inside cell.

gogokidboy
Автор

Further, May I know how to paste with singal click?

littlekatkatherine