ThrottleWorks
Excel Ninja
Hi,
I have a data consisting 2 columns, column A & columns B.
Both the columns have same numbers of alpha numeric records.
The values will be like this,
Range A1 = abc12 Range B2 = aa12
Range A2 = abc12 Range B2 = aa12
Range A3 = qw12 Range B3 = aa13
I want to check whether there are multiple values in column A for the same value in column B.
I do not want to assign multiple value.
For example wrong data will be something like this.
Range A1 = abc12 Range B2 = aa12
Range A2 = edc12 Range B2 = aa12
I want to highlight this “edc12” value by using VBA.
Can anyone help me in this please.
I have a data consisting 2 columns, column A & columns B.
Both the columns have same numbers of alpha numeric records.
The values will be like this,
Range A1 = abc12 Range B2 = aa12
Range A2 = abc12 Range B2 = aa12
Range A3 = qw12 Range B3 = aa13
I want to check whether there are multiple values in column A for the same value in column B.
I do not want to assign multiple value.
For example wrong data will be something like this.
Range A1 = abc12 Range B2 = aa12
Range A2 = edc12 Range B2 = aa12
I want to highlight this “edc12” value by using VBA.
Can anyone help me in this please.