Guys
I have some values inside a txt file and I would like to "read them" importing them as unique values in my excel spreadsheet using VBA .
The values are separated by comma:
If possible, also sort these unique values as well.
Luthius
I have some values inside a txt file and I would like to "read them" importing them as unique values in my excel spreadsheet using VBA .
The values are separated by comma:
- Apple, Beer
- Orange,Peach,Pineaple
- Wine
- Water,
- Peach,Wine
- Orange,Apple,Water
- etc.
If possible, also sort these unique values as well.
Luthius
Last edited: