Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Search words in array?


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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4,391
Default Search words in array?

Dr.Ile,
Depending how your array is created, is the lowest index = 1 ?
For i = LBound(DXF) To i = UBound(DXF)

How does this "not work" ?

NickHK

"Dr.Ile" wrote in
message ...

Hello,

Can you help me out with this problem:
I have an array DXF with m elements. In these m element are different
numbers and also words. I want to count (find) all the words LINE in
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 advance


--
Dr.Ile
------------------------------------------------------------------------
Dr.Ile's Profile:

http://www.excelforum.com/member.php...o&userid=15975
View this thread: http://www.excelforum.com/showthread...hreadid=532541



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
search of words bookworm Excel Discussion (Misc queries) 3 February 12th 07 07:42 PM
Search using the words in a cell jj33002[_7_] Excel Programming 3 January 2nd 06 07:49 PM
Array problem: Key words-Variant Array, single-element, type mismatch error davidm Excel Programming 6 November 9th 05 05:54 AM
Array problem: Key words-Variant Array, single-element, type mismatch error davidm Excel Programming 1 November 8th 05 04:21 AM
SEARCH EXCEL ARRAY FOR NON-VOIDS AND ENTER INTO ANOTHER ARRAY, ROSE THE RED Excel Programming 1 December 31st 04 06:01 PM


All times are GMT +1. The time now is 10:09 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"