mynameisdarn
New Member
- Joined
- Mar 1, 2018
- Messages
- 1
Hi,
Im super new here. I have been trying to figure based on the old post. But seems i cant get it right. I tried to copy few codes that i found online to prevent the duplicate values on a data form that i created.
Im trying to avoid duplication for range B2:B299
RowCount = Worksheets("Data2").Range("B1").CurrentRegion.Rows.Count
With Worksheets("Data2").Range("A1")
.Offset(RowCount, 1).Value = Me.txtMembership.Value
Thank you so much!
Im super new here. I have been trying to figure based on the old post. But seems i cant get it right. I tried to copy few codes that i found online to prevent the duplicate values on a data form that i created.
Im trying to avoid duplication for range B2:B299
RowCount = Worksheets("Data2").Range("B1").CurrentRegion.Rows.Count
With Worksheets("Data2").Range("A1")
.Offset(RowCount, 1).Value = Me.txtMembership.Value
Thank you so much!