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

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

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

"Master REGEX in Excel | Boost Your Productivity with These Powerful Tips!"

 "Master REGEX in Excel | Boost Your Productivity with These Powerful Tips!" Regex (Regular expressions), is a tool that finds pat...

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