Dirk Wessels macros

teodormircea

Active Member
Joined
Jan 8, 2008
Messages
331
I'm using Dirk Wessels' excel list compare .It works nice but it doesn't match evry thing, for example if i have more then 10000 lines and diferents format cell doesn't work anymore. I have the code. Does any one tryed to improuve this solution:eek:
 
i have an error Script out of range when i have more olumn in one of range i think
For ii = 1 To UBound(a, 2): MatchBwithin(mbw, ii) = a(i, ii): Next
End If
 
Upvote 0

Excel Facts

Add Bullets to Range
Select range. Press Ctrl+1. On Number tab, choose Custom. Type Alt+7 then space then @ sign (using 7 on numeric keypad)
i have an error Script out of range when i have more olumn in one of range i think
For ii = 1 To UBound(a, 2): MatchBwithin(mbw, ii) = a(i, ii): Next
End If
and it is possible to put the results in a ne sheet
if you have time because i want to learn can you join in the codes some explanations

in rest is ok im gone make tests and give you a feed back
 
Upvote 0
i have an error Script out of range when i have more columns in one of range
For ii = 1 To UBound(a, 2): MatchBwithin(mbw, ii) = a(i, ii): Next
End If
can i see in the results the ranges that have singles values (no match no doubles)
it is possible to put the results in a new sheet
if you have time because i want to learn can you join in the codes some explanations

in rest is ok im gone make tests and give you a feedback

what was your way to learn vba??:p
 
Upvote 0
i have an error Script out of range when i have more columns in one of range
For ii = 1 To UBound(a, 2): MatchBwithin(mbw, ii) = a(i, ii): Next
End If

it is possible to put the results in a new sheet
if you have time because i want to learn can you join in the codes some explanations

in rest is ok im gone make tests and give you a feedback

what was your way to learn vba??:p
 
Upvote 0
ALSO IN THE RESULTS FOR THE SECOND RANGE I HAVE SOME WIRD RESULTS BECAUSE DATA THAT SUPPOSED NOT TO BE MATCH ARE IN DUPlICATES
 
Upvote 0
I guess you got some result...
1) Did you understand how to enter Co reference to be compared ?
2) Can you explain how it is not displaying correctly ?

Basically, my understanding is to display "all" the data distributed to the category...
Is this correct ?
 
Upvote 0
OK

1. I can't chose more the 4 columns for each range of data
2. Some time i had to chose for the 2 ranges not equal number of columns for example ( i will have 7 columns in the first range and 6 columns in the second range)
3.Run-time error 9 Script out of range
Else
nma = nma + 1
For i = 0 To UBound(x): NoMatchWithA(nma, i + 1) = x(i): Next
End If
4. it is possible to have the results in the some book but different sheets
 
Upvote 0
Continuing the las post >
About the duplicates found in each range it is possible to count them, i have a macros for that but it will be nice to have in the some time
 
Upvote 0
Continuing the las post >
About the duplicates found in each range it is possible to count them, i have a macros for that but it will be nice to have in the some time
 
Upvote 0
In my data i noticed that is possible to have blanks in the range column and the criteria column. I hope that is a usefully info
 
Upvote 0

Forum statistics

Threads
1,216,098
Messages
6,128,812
Members
449,468
Latest member
AGreen17

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top