I have a question regarding VBA macro, I've tried to write a sample code and it happens that Japanese characters are resulting to "???" when I copy then paste it to my VBA code.
Expected Result of pasted link:
C:\Users\username\folder\Global - 新しいフォルダ - Sample
Actual output of pasted link in vba:
C:\Users\username\folder\Global - ???????-GREAT????? - Sample
I tried to debug it but it has the same output, may I know what seems to be the problem? Below picture was my code and I also checked the region of my machine and it was already set in Japanese(Japan) format.
Thank you in advance for the solutions and other ways to fix it. I will appreciate it all :)