S
Sasa
Hello,
I have encountered this problem: I have tried to define
string variable from table cell text by using this code:
Dim strvar as String
but the problem is that after that, string varible
contains some additional invisible characters defined
as "squares" when displayed (for example with code: MsgBox
strvar), so the string is about 2 or 3 characters longer
then in table cell, only because of these "squares".
So the result looks like this:
How can I define the exact text in table cell without
these "squares"?
I hope it is not too confusing.
Any solutions?
Thanks.
Regards.
I have encountered this problem: I have tried to define
string variable from table cell text by using this code:
Dim strvar as String
strvar = Table.Cell(x,y).Range.Text
but the problem is that after that, string varible
contains some additional invisible characters defined
as "squares" when displayed (for example with code: MsgBox
strvar), so the string is about 2 or 3 characters longer
then in table cell, only because of these "squares".
So the result looks like this:
text
How can I define the exact text in table cell without
these "squares"?
I hope it is not too confusing.
Any solutions?
Thanks.
Regards.