View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Moiz Moiz is offline
external usenet poster
 
Posts: 9
Default Visual Basic Text Functions

I need to manipulate text variables using Visual Basic programming

what is thestatement for:

Len - length of variable
Mid

I tried:

variable = Application.WorksheetFunction.Len (Variable)
but it does not work.

Moiz