Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello, Can you help me out with this problem: I have an array DXF with m elements. In these m element are differen numbers and also words. I want to count (find) all the words LINE i this array. Why this procedure want work: … For i = 1 To i = UBound(DXF) If DXF(i) = "LINE" Then n = n + 1 ‘n=number of words LINE in array End If Next i … Or if I turn my question little different: How can I search for perticular words in array? Thank you in advanc -- Dr.Il ----------------------------------------------------------------------- Dr.Ile's Profile: http://www.excelforum.com/member.php...fo&userid=1597 View this thread: http://www.excelforum.com/showthread.php?threadid=53254 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
search of words | Excel Discussion (Misc queries) | |||
Search using the words in a cell | Excel Programming | |||
Array problem: Key words-Variant Array, single-element, type mismatch error | Excel Programming | |||
Array problem: Key words-Variant Array, single-element, type mismatch error | Excel Programming | |||
SEARCH EXCEL ARRAY FOR NON-VOIDS AND ENTER INTO ANOTHER ARRAY, | Excel Programming |