Hi I am new in using VBA
I need help in this:
Sub duplicate3()
'
' duplicate3 Macro
'
'
Selection.CurrentRegion.Select
ActiveSheet.Range("$A$1:$G$356").RemoveDuplicates Columns:=Array(1, 2, 3, 4, 5, 6, _
7), Header:=xlNo
End Sub
How can I make the range dynamic so it changes regardless of the data
Thank you
I need help in this:
Sub duplicate3()
'
' duplicate3 Macro
'
'
Selection.CurrentRegion.Select
ActiveSheet.Range("$A$1:$G$356").RemoveDuplicates Columns:=Array(1, 2, 3, 4, 5, 6, _
7), Header:=xlNo
End Sub
How can I make the range dynamic so it changes regardless of the data
Thank you