I want to create some VBA code such as the following:
fndList.Add "Beat 'em up game", "Beat 'em up"
fndList.Add "Bishōjo game", "Bishōjo"
fndList.Add "Bullet hell game", "Bullet hell"
fndList.Add "Business simulation game", "Business sim"
However, Excel converts line #2 to "Bishojo game", without the special character. How am I supposed to handle characters such as these? Thanks.