( kroozo | 2014. 06. 24., k – 17:43 )

jahogy nincs hash (mármint asszociatív tömb), akkor szorri.

Ill, biztos vagy benne? http://stackoverflow.com/questions/1309689/hash-table-associative-array…

úgy látom valami ilyesmi mehetne (erősen pseudo kódos, szorri)


Dim d As dictionary
Set d = New dictionary
Dim nev As String

While not EOF termékek
  nev = nev_beolvasasa(aktuális sor)
  If not d("termekneve") Then
    amit_csinalni_akarsz.
    d("termekneve") = True
  End If
End While

---
Egyébként úgy látom, hash függvények is vannak:
http://stackoverflow.com/questions/14717526/vba-hash-string/14749855#14…