Find???

G

Guest

Hi,
In excel sheet there is a character like this.
MIDLLE åˆè¨ˆ
the occurence of this character is many times in the sheet. I need to use a
find comand in excel VBA. Here is my code

Set rng1 = Range("A:B").Find(What:="MIDLLE åˆè¨ˆ", _


When I paste the above mentioned code in the Visual Basic editor
it changes like this
Set rng1 = Range("A:B").Find(What:="MIDLLE ??", .....

Any help on this would be highly appreciated.
Thanks in advance.
 
S

sam.kwan

I am Chinese. It is no problem when I paste the mentioned code in the
Visual Basic editor. I think that your Excel can't support Chinese. So
you can download some Excel Chinese support software


Aheng
(e-mail address removed)
 
A

arthurjr07

hi,

your OS should have japanese support.

If you are using WindowsXP
Goto Control Panel>Regional Setting>Language Tab
On the Language tab click detail button and Goto to Advanced tab
then check tha Extend support of advanced text services to all
programs.

if your OS doesnt have japanese support it will ask
you to insert the OS CD.

Hope this will help
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top