Guys, I'm having a bit of an issue. In one of my Macros some of the text is international. Namely, there's one Croatian letter within a formula:
And it always translated into:
So from a character with accent, to a normal/ordinary c letter. This is a problem, because in the table itself it skips values because it's SUPPOSED to be looking for accentuated option (the first one). Is there a way to use accentuated version in Macros somehow?
Character-wise, I assume I need number 263 from here: Alphabet : Croatian
The funny thing is that even if I try to copy paste the accentuated symbol (ć) into Visual Basic Editor of Excel, it copy/pastes ordinary c :/ And again, the problem is that without using accentuated option in the Macro (and hence in the subsequent formula) my workbook doesn't work properly.
Any help would be much appreciated! Needless to say I did some googling on this and keep doing it ofc.
Code:
"U realizaciji (ispla[B]ć[/B]eno)"
And it always translated into:
Code:
U realizaciji (ispla[B]c[/B]eno)
So from a character with accent, to a normal/ordinary c letter. This is a problem, because in the table itself it skips values because it's SUPPOSED to be looking for accentuated option (the first one). Is there a way to use accentuated version in Macros somehow?
Character-wise, I assume I need number 263 from here: Alphabet : Croatian
The funny thing is that even if I try to copy paste the accentuated symbol (ć) into Visual Basic Editor of Excel, it copy/pastes ordinary c :/ And again, the problem is that without using accentuated option in the Macro (and hence in the subsequent formula) my workbook doesn't work properly.
Any help would be much appreciated! Needless to say I did some googling on this and keep doing it ofc.
Last edited: