View Single Post
  #11   Report Post  
Posted to microsoft.public.excel.programming
Robert Crandal[_3_] Robert Crandal[_3_] is offline
external usenet poster
 
Posts: 161
Default Efficient storage

"Claus Busch" wrote:

here is a revised version:

Sub Test()
' [code snipped]
End Sub


Thanks Claus. This is a very good start. It worked
nicely for small input files. I will probably need to
make some modifications so it takes numeric words
into considersation, such as "10", "100", etc...

But, it works great so far.