Hello,
I have two arrays Arr1 and Arr2 that both include a list of words.
I need a code that compares every element of Arr1 with every element of Arr2. If at least one match was found I wan't to add more code.
So it would look like this:
If Arr1=Arr2 Then
...
The comparing part is not working...
Hello all,
I need help with the following macro please. I am trying to use a userform to allow a selection of criteria. Based on the selection a column in the excel sheet should be filtered.
So far this is my code:
Dim Ary2 As Variant
Dim i2 As Long, j2 As Long
With Me.ListBox2...
Hi guys. This problem is driving me bananas. I have two list boxes. The first is populated with training subjects that are outstanding for an employee. Using buttons, some subjects are moved across to the second list box. Now, when I click on the OK button, I want all items in the second list...
I have to match both columns below. To get a match you need to sum/combine some values in TC column and combine some values in AE column. (e.g-1 sum of Items 1 & 2 of TC Column (20,378) will match to the sum of items 2 & 3 of AE Column (20,378) e.-2 sum of items 15,18,19 of TC Column will...
Hello all!
I have a workbook with multiple tabs (such as "MF1 - Employee Data") that acts as a template for clients to place their employee data into. Also in this workbook is another tab (Validation Data) that contains all of the configuration/build details of the client's environment. The...
Hi,
I have two arrays that contain a date, amount and description. I need to compare the two arrays and then process the differences.
Possibly place the contents in another array so they can be processed or output them into a sheet.
Thanks
I have a workbook which currently uses a worksheet to do a lot of math for a user form. Speed, accuracy and overall performance is very stable so far.
My question is, I've always wanted to do the math in memory with arrays just because I guess and learn arrays. So short of that is there a more...
Hello folks,
I have an array of say (s,e,se,sw,s,n,ne,ne,s,e,se) and would like the count of the unique items in that array using VBA. 7 in this example I believe.
Is this possible and how would it be done?
Excel friends,
The Pivot Below has more than 10,000 Codes. I need to find a formula or a way to get a list that looks like the summary on top.
The Description is the one corresponding to the maximum on the Total Column. I understand it can be done with Arrays. It will be a very elegant...
Can anyone help me with what I am not understanding regarding this bubble sort. This is just the start of my learning curve and I'm falling at the first hurdle. This is a one dimensional array with 762 rows in a single column. Am I getting mixed up with the operation of rows and columns here...
I have a spreadsheet where i create 4-5 fairly large matrices in worksheet cells and then perform some further calculation using these.
I'd like to update the spreadsheet to not use worksheet cells and to hopefully run faster.
I've started to do this using 2D Arrays to store my data in...
Dear forum users,
I'm sure there's answer to this on Google but I can't seem to find it.
I'm used to storing data in VBA arrays and/or collections.
But that can sometimes be hard to visualise when I have so many of them.
The other way is just to store it on the worksheet! It is easier to...
Hello guys,
I'm trying to minimize lines that i have in my code and i ran into a small problem I'm not sure how to approach
I have 3 arrays that i fill up depending on a variable:
If fullArray(i, 2) >= 1 And fullArray(i, 2) < 3 Then
arrayInQuestion = "sheet2"
If fullArray(i, 2) >= 3 And...
Hello,
I am using VBA arrays to select certain options in the list.
For Example the Code below Selects five people in the table. What I want to do with the array is to select everything excluding the options already selected. So instead of selecting these five people, select everything else in...
Hey guys,
I have a project that I'm making and it contains 3 arrays. Once i run the macro, all the actions are done, but the array is not erased, if i re-run the macro the values inside keep doubling(keeps old values and adds them again).
I am using erase at the end of the last sub now to make...
I keep getting a "subscript out of range" error on the If statement. I've tried changing the start index to 0 and 1 and it still had this error.
Sorry the codes messy, part of the reason I've been messing around with a lot of different ways to declare the array.
I'm trying to alter values of...
Hi,
I have a macro that uses multiple arrays and after use I have a reset button which clears these:
erase MyArray1 etc...
However in some cases not all arrays are initiated so when I attempt to erase those I get an error as they don't exist.
Is there a way, when erasing them to check if they...
Hey guys,
i have an array, once creating it i make it 2d:
ReDim allPksWithEmpty(1 To lastRow, 1 To 2)
Since I'm not able to set the 1st dimension anymore, i cap it out at maximum rows in sheet.
Of course i only pick up a little data depending on some ifs, thus i end up with a big array...
I want to create a VBA add-in that imports a CSV file, split the data columns into separate arrays and returns these multiple arrays to the sub that calls this add-in. Not sure what is the best way to go about this.
For example, my data folder contains many CSV files where each has 5 columns of...
This is the first time I'm trying to use ARRAY's in Excel.
Reference:
=IF(ROWS(A$10:A10)>$D$8,"",INDEX(Gas!A$6:A$18,SMALL(IF((Gas!$A$6:$A$18>=$C$4)*(Gas!$A$6:$A$18<=$E$4),ROW(Gas!A$6:A$18)-ROW(Gas!$A$6)+1),ROWS(A$10:A10))))
For example, it seems that the reference table A6:A18 in this case...
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.