View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Rick Rothstein Rick Rothstein is offline
external usenet poster
 
Posts: 5,934
Default Going back to the start of a string

I don't use the FileSystemObject too much myself, so I can't answer the
question you asked, but I believe there is probably another way to do what
you want without using it. Can you describe what it is you are doing in a
little more detail and provide example text so we can use it to follow along
with your description?

--
Rick (MVP - Excel)


"StackemEvs" wrote in message
...

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