Andreas,
have tried it, but not with success. Here is what I did:
1. Created table 'tbl_Greek' (font in symbol) showing the greek characters.
2. Created listBox 'lst_Greek' with rowsource tbl_Greek.
3. Created VBA cbo_Mono = cbo_Mono & lst_Greek (cbo_Mono is a combobox) in the double click event of lst_Greek.
What happens:
In the the listbox the originally greek characters show up as normal characters (alpha = a, etc). When I run the code, the character is added as number, i.e. if I doubleclick 'a' the combobox adds '1'.
Where is the culprit? Any solution?
Thanks, georg