Hi,
How can I pop up message box if duplicate exist in A column ?
I found following code but it is not working.
Please correct following code.
Thanks in advance.
![]()
Please Login or Register to view this content.
Hi,
How can I pop up message box if duplicate exist in A column ?
I found following code but it is not working.
Please correct following code.
Thanks in advance.
![]()
Please Login or Register to view this content.
![]()
Sub DontForgetThese() If Your thread includes any code Then Please use code tags... If Your thread has been solved Then Please mark as solved... If Anybody has helped to you Then Please add reputation... End Sub
![]()
Please Login or Register to view this content.
![]()
Sub Reputation() Dim Problem as Variant Dim Reputation as Integer For Each Problem in Forum.Threads If Problem.Title = "*[Solved]*" and Solver.Name = "Leon V (AW)" Then Reputation = Reputation + 1 Next Problem End Sub
Try this
![]()
Please Login or Register to view this content.
Hi Leon V (AW),
I dont understand your answer.
Is it possible adding an excel file ?
Thank you.
Hi jindon,
I dont understand your answer.
Is it possible adding an excel file ?
Thank you.
Note: I dont want Private Sub Worksheet_Change(ByVal Target As Range) issue.
I want regular procedure...
I found following link regarding this issue.
Solution in following link is using conditional highlighting to show duplicates.
But I want to show duplicates in msgbox !
Any idea ?
http://www.excelforum.com/excel-prog...-column-a.html
![]()
Please Login or Register to view this content.
You could put Excel's vValidation on all the cells of column A with the formula
=(COUNTIF(A:A, A1)=1)
_
...How to Cross-post politely...
..Wrap code by selecting the code and clicking the # or read this. Thank you.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks