[VBA] Number of characters in a cell

Solved
Kauracks -  
 Kauracks -
Hello,

Is there a function (in VBA) to count the number of characters in a cell?

Configuration: Windows 7 / Firefox 3.6.10

2 réponses

pijaku Posted messages 13513 Registration date   Status Modérateur Last intervention   2 771
 
Hello
Number of characters in the active cell:
Len(ActiveCell)
--
Best regards,
-- There is no such thing as a stupid question, only a stupid answer. A.Einstein --
14