[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 answers

  1. pijaku Posted messages 13513 Registration date   Status Moderator Last intervention   2 773
     
    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