|
-
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")
....
-
December 5th, 2001, 08:41 PM
#2
Re: Excel and multilanguage
Hi
If your language codepage is UNICODE then
you need use Microsoft Form 2 ActiveX for
display.
Good luck!
-
December 5th, 2001, 09:17 PM
#3
Re: Excel and multilanguage
Ummm....can u please explain me the procedure to do that???I am new at this
-
December 5th, 2001, 09:34 PM
#4
Re: Excel and multilanguage
Nevermind i got it
Thank you!
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
|