Hello all,
I am using the code below to retrieve some fields from Excel and display them to a label.Unfortunatly the fields are in Greek language and although my system has multilanguage support,the words don't appear properly.Anyone knows what can i do about it?

....
Set es = excel1.Sheets(1)
Label1.Caption = es.Range("B1")
....