Auto remove duplicate value from data in excel in hindi || Remove duplicate



Download VBA Code File- Click here

Copy Code Below
'Created by Computer Gyan Guruji Youtube Channel (Manoj Kumar)
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Column = 4 Then
ActiveSheet.Range("A:E").RemoveDuplicates Columns:=4, Header:=xlYes
End If
End Sub

कोई टिप्पणी नहीं

टिप्पणी: केवल इस ब्लॉग का सदस्य टिप्पणी भेज सकता है.

Computer Question Merathon Part 1

  Q. What are data chunks transmitted over the internet called? HSSC CET इंटरनेट पर प्रेषित डेटा खंडों को क्या कहा जाता है ? a.       Pa...

Blogger द्वारा संचालित.