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

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

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

Stop Copy Pasting Into Excel! Try the NEW Import Functions Instead | IMPORTCSV & IMPORTTEXT Function

  Stop Copy Pasting Into Excel! Try the NEW Import Functions Instead | IMPORTCSV & IMPORTTEXT Function IMPORTCSV & IMPORTTEXT Functi...

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