View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Henrik Wendel Henrik Wendel is offline
external usenet poster
 
Posts: 7
Default String length of Inputbox user input.

dim TheLenght as Long
TheLenght= Len(Inputbox())

Wendel


"Hersh" skrev i meddelandet
...
Hi,
I want to return the string length of the input a user
gives in an inputbox in VBE. Any suggestions?
Hersh.