|
-
December 5th, 2001, 06:59 PM
#1
Excel and multilanguage
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")
....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|