View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
StackemEvs[_2_] StackemEvs[_2_] is offline
external usenet poster
 
Posts: 1
Default Going back to the start of a string


Hi, simple I'm sure but can't see the answer. Currently going through a
string "DO While Not ts_IN.AtEndOfStream" looking for information. This
includes then checking another string (while inside the first) for
matching reference point for further data.

So within the first loop, I have a second loop "Do While Not
ts_IN2.AtEndOfStream". And looping through that string searching for
the reference point.

This works initially, but after awhile don't find anything because it
is not going back to the start of ts_IN2 string each time loops on the
first section.


I can show some code if makes simpler, but basically how do I reset to
the start of the second string each time the first DO loops.

Thanks for any help
Neil


--
StackemEvs
------------------------------------------------------------------------
StackemEvs's Profile: 1402
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=175267

Microsoft Office Help