I would like to report a bug.
I need to use "▲" and "▼" in the macro.
Example of my case:
If engTransString.State(pslStateTranslated) Then dstTransString.Text = "▲" + engTransString.Text Else dstTransString.Text = "▼" + dstTransString.Text End If
The macro works well.
But anytime I save the macro and load it next time these special character are replaced by "?" character.
If engTransString.State(pslStateTranslated) Then dstTransString.Text = "?" + engTransString.Text Else dstTransString.Text = "?" + dstTransString.Text End If
![2 stars click here to know more emoji](https://community.rws.com/cfs-filesystemfile/__key/widgetfiles/70eb79f7675b42078f78355560839784-d/2star.png?_=638689784409136452)