MikeLanglois
New Member
Good morning all,
We currently have an excel document that is used by three people, who work on three seperate sheets. It is a shared document, so it updates each time the user saves with the changes from the other users.
One thing we are having a problem with is duplicate information. What we would need is some way of checking if any other user has entered in the same information as another user.
For example, user 1 inputs 000000123 in J15 and saves. (the column will always be J, the row may be different) User 2 puts 0000000123 in J48 and saves. This then changes cell color to red to show duplicates (or any other conditional formatting, preferably a cell color change though.)
I imagine this is possible with VBA, however I am not 100% certain, can anyone help?
We currently have an excel document that is used by three people, who work on three seperate sheets. It is a shared document, so it updates each time the user saves with the changes from the other users.
One thing we are having a problem with is duplicate information. What we would need is some way of checking if any other user has entered in the same information as another user.
For example, user 1 inputs 000000123 in J15 and saves. (the column will always be J, the row may be different) User 2 puts 0000000123 in J48 and saves. This then changes cell color to red to show duplicates (or any other conditional formatting, preferably a cell color change though.)
I imagine this is possible with VBA, however I am not 100% certain, can anyone help?