Hi,
I want to fill Tab pairs, like:
[0] = Eng, 2
[1] = De, 3
[2] = PL, 4
[3] = FR, 5
etc...
I know how to only add first value.
How to
1) add second value and
2) check if the first element is into Tab? (because value like Eng, De....need to be unique into Tab)
Dim CostCatTab() As Variant...