My Japanese colleague created an Excel 2010 macro. When I try to edit the macro in excel, the comments have weird characters. It seems like there is a character encoding issue.
Here is some sample code:
Option Explicit
'ƒtƒ@ƒCƒ‹Ši”[ƒpƒXŽw’è iRow,Col j
'DefineXMLƒtƒ@ƒCƒ‹
Public Const P_stTempRow = 5
Public Const P_stTempCol = 3
I checked to see if there was a way to change the encoding used to interpret the source code but couldn't see any settings.
