|
-
Feb 20th, 2005, 03:28 PM
#1
Thread Starter
Lively Member
language
This is a very general question but i have message boxes in vba for microsoft word that display variables. These variables contain characters with accents such as "é" and "á". When these are displayed they come up in really funny symbols. Is it something to do with the settings on my computer or word or must i type some command to change language??
-
Feb 21st, 2005, 08:28 PM
#2
Re: language
Dunno for sure, but it sounds like you got code from a foreign language. My knee-jerk solution would be to do a massive find-and-replace on all the source. Replace "é" with "e" and "á" with "a".
Nobody knows what software they want until after you've delivered what they originally asked for.
Don't solve problems which don't exist.
"If I had eight hours to cut down a tree, I'd spend six hours sharpening my axe." --- Abraham Lincoln (1809-1865)
2 idiots don't make a genius.
-
Feb 22nd, 2005, 03:42 PM
#3
Thread Starter
Lively Member
Re: language
i am reading in a foreign language but i was hoping there was an alternative solution as some of the "a"s would not necessarily be "á"s
Is there no way of changing the language in vba??
because there is no problem when i read the text in from the .txt file and no problem typing words in word but when i am displaying values in msg boxes from vba they go all funny
-
Feb 22nd, 2005, 03:49 PM
#4
Re: language
 Originally Posted by smileyface5
i am reading in a foreign language but i was hoping there was an alternative solution as some of the "a"s would not necessarily be "á"s
That may be true, but your code will still work.
Nobody knows what software they want until after you've delivered what they originally asked for.
Don't solve problems which don't exist.
"If I had eight hours to cut down a tree, I'd spend six hours sharpening my axe." --- Abraham Lincoln (1809-1865)
2 idiots don't make a genius.
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
|