Is there a way to use Unicode paths/filenames in Word 2003 or higher VBA code?
It appears that Word supports Unicode path/filenames via its interactive dialogues, but when our VBA code tries to manipulate Unicode path/filenames exposed via Word properties, we get back strings with lots of question marks.
Is there something we need to do have Word VBA work in a Unicode mode?