× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Rick, in addition to the other suggestions, here're a couple more.

1. RJS Software has a whole suite of products that do this kind of thing and more - very nice. You can get pieces, but the whole kielbasa may help you with all kinds of automated report bursting and distribution stuff.

2. If the layout is always the same, maybe write a VBA macro in Excel to parse the records. I don't know if it can do the formatting wizard thing exactly the same way, but you could bring the data into one worksheet, then go through each row and substring into cells in another worksheet, then delete the first one.

For Each myrow in ActiveWorksheet.Rows
DoTheWork
Next

HTH

Vern

At 07:19 AM 1/29/2003 -0500, you wrote:
I would not be surprised if this question has already been posed but here goes anyway:

I have a request to create a recurring job which entails running a 400 - based report and dumping it into an EXCEL spreadsheet. In the absence of CA, I have been using a BoS-A-Nova file transfer utility to convert the document into a text file. When I open it in EXCEL, I then get the "formatting wizard" which walks through the final steps to view the report properly.

My question is, will I have to format this EACH TIME I bring in the report? Is there anyway to create a permanent format shell that will handle this task without the constant manual attention?

Thanks for the input.

Rick Rayburn
NYC


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.