Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
variable=len(variable_2) also use Mid without application.worksheetfunction -- Regards Frank Kabel Frankfurt, Germany "Moiz" schrieb im Newsbeitrag ... 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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Wed, 18 Aug 2004 12:09:00 +0100, Moiz wrote:
I need to manipulate text variables using Visual Basic programming what is thestatement for: Len - length of variable x = Len(y$) 'x is a numeric variable Mid x$ = Mid(y$, start, length) 'start and length are both integers I tried: variable = Application.WorksheetFunction.Len (Variable) but it does not work. That's because they're not worksheet functions. -- auric underscore underscore at hotmail dot com ***** You can do it your own way, if it's done just how I say. |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you
it is working now. Moiz |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Visual basic functions | Excel Worksheet Functions | |||
Currency format in visual basic text box | Excel Discussion (Misc queries) | |||
Set cell text direction (degrees property?) via visual basic | Excel Programming | |||
Converting text to pdf file using Visual Basic | Excel Programming | |||
Visual basic to step through range and store a value based on text attribute value. | Excel Programming |