[snip] > Thanks a ton, Michele. I will try it out and experiment with it. I > really appreciate your work. > > regards, > ->HS
Hello HS, One clarification I wrote the macro under the assumption that the document you will apply it to is a short one. Transversing the document searching for the style paragraph by paragraph is probably not the best idea for long docs. You should be better off creating a search descriptor and then running a findAll. If I remember correctly you will be able to catch with a single instruction the number of columns you need. Of course if your document is only a few pages long it is not worth the effort (apart from the "educational" value of the exercise) :-) Cheers, Michele --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
