print selected rows to a file


Posted by Cindy Kelly on August 16, 1999 12:14 PM

Can anyone tell me how to write a macro that would print
every 5th row of data to a file?

Thanks



Posted by Ivan Moala on August 17, 1999 4:13 AM

Cindy
Have a look @ the online help re:Print # Statement
What you would have to do is loop over your data
range to select every 5th row and stor the results
in a dynamic array (assuming you don't know the size of the data array to save)
have a look @http://w1.2735.telia.com/~u273500023/english/index.htm for tips


Ivan