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

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

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

How To Convert Data in Columns into Rows in Excel Document

How To Convert Data in Columns into Rows in Excel Document Download Notepad file - Clickhere Copy code here: Function SplitCellToRows(CellVa...

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