JumboCactuar
Well-known Member
- Joined
- Nov 16, 2016
- Messages
- 788
- Office Version
- 365
- Platform
- Windows
Hi,
I have text in a cell A1: Tomasevska
If i do
It shows as 11 characters when it should be 10
and if i debug.print it shows:
Does anyone know why that is happening and how to resolve?
Thanks in advance
I have text in a cell A1: Tomasevska
If i do
VBA Code:
MsgBox Len(Range("A1"))
It shows as 11 characters when it should be 10
and if i debug.print it shows:
Does anyone know why that is happening and how to resolve?
Thanks in advance