I want to create an add-in for Word to convert between Vietnamese character sets but I don't how to scan each character in document and check its font to convert (there are many charsets and fonts in VN) after has converted I want to replace origin character with the converted character.
A:
This is covered here: How can I loop through every letter in MS Word using VBA?
Otaku
2010-03-13 15:36:22
Thank for your help. I'll try it. Can I have once more question? Your method can be use on VSTO? Thank a lot!
2010-03-14 03:45:02
absolutely, it would almost be identical in VB.NET with VSTO, but with the interop statements.
Otaku
2010-03-14 04:27:19
Thank for your help! Can you give me some guides to convert to VSTO? (I'm working with C# and VBA for years, I'm new to VSTO). Thank
2010-03-14 07:44:59
you can open up a new question on how you can get started with VSTO and how VBA converts in general. but why did you change your accepted answer from mine to yours?
Otaku
2010-03-14 08:12:04
Sorry! Forgive me, I'm new to stackoverflow, I don't know all functions. Again, thank for your help
2010-03-14 08:29:56
no problem. you can visit this question and answer for more details on VSTO: http://stackoverflow.com/questions/2063866/beginning-vsto-development/2064899#2064899
Otaku
2010-03-14 08:39:16
Thank! I found a lot of tips.
2010-03-14 09:00:13