A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Thanks for sharing the details. The VBA editor is old and does not fully support Unicode, but Windows can force it to use a font that supports Korean.
Steps
- Press Win + R, type regedit, press Enter
- Go to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Visual Basic\6.0\Fonts
If the folder Fonts does not exist, create it
Microsoft Sans SerifMS GothicMalgun Gothic - Set each value to a Korean-capable font name, for example:
Malgun Gothic - Restart Excel/Word → reopen VBA.
The VBA editor normally uses legacy ANSI fonts. Adding the font mapping forces Windows to supply a Unicode font that supports Hangul.
See if this helps. If you need further assistance just let me know.
Best regards,
Kimberly