For Programmers: Free Programming Magazines  


Home > Archive > Visual Basic > November 2005 > MS Word VBA macro - replacing MAC characters to win...









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author MS Word VBA macro - replacing MAC characters to win...
Juggernath

2005-11-25, 6:55 pm

Hi,
i'm writing a macro and in one part i have to replace Macintosh characters
with Windows (I'm from Croatia, we have regional specific keyboard and
letters).
I'm also a given a conversion table, but i don't know how to use these
values from VBA:
here is an example
? - = 0x3C0

C - = 0xA9

? - = 0xF8FF



etc. So Copyright sign at Mac computer means some croatian letter

It would be the easiest to replace it using asci numbers...



also there are some other things to replice like "automatic hypernation"

- = 0xAD



this is a regular sign

- = 0x2D



any ideas?










Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com