Hi ALL,
Hope you are doing well!
I am new to VBA(started beginning of January) but i made great progress (in my opinion). I have a couple of questions that will help me greatly in my career.
a) I have two dynamic array (1D) A, B. I need to know what is in array A and not in B, the result would be added to array C. And what is not in Array A but it is in Array B, the result would be added to array D.
b) I have a 2D array. How to vlookup inside the 2d Array?
d) How to test if a certain value is in a 1D array?
c) I have duplicated values in a 1D array, how to remove the duplicate ones?
Please note that, i need the solution/code to address exactly what is needed. Ie no collections or any other solution that would do the same results. I need to understand and manipulate arrays. And no other pages, i just need the codes with explanation.
If you can add explanatory comments, i would really appreciate it.
Many thanks to you all! I wish one day i will be like you and help others!
Masha
Hope you are doing well!
I am new to VBA(started beginning of January) but i made great progress (in my opinion). I have a couple of questions that will help me greatly in my career.
a) I have two dynamic array (1D) A, B. I need to know what is in array A and not in B, the result would be added to array C. And what is not in Array A but it is in Array B, the result would be added to array D.
b) I have a 2D array. How to vlookup inside the 2d Array?
d) How to test if a certain value is in a 1D array?
c) I have duplicated values in a 1D array, how to remove the duplicate ones?
Please note that, i need the solution/code to address exactly what is needed. Ie no collections or any other solution that would do the same results. I need to understand and manipulate arrays. And no other pages, i just need the codes with explanation.
If you can add explanatory comments, i would really appreciate it.
Many thanks to you all! I wish one day i will be like you and help others!
Masha