Well...
I've just finished an example VBA-word macro, but it used preprocessed csv-files as input. The next step is putting this preprocessing also inside a script.
Some info about the preprocessing step:
- Using Excel to sort on Albums and artist
- Stripping irrilevant info
- End product a simple csv-file
End result in word:
All albums with there songs (songs sorted on tracknr if possible), using HEADER-2 style for album name and NORMAL-style for the songs. After the albums it does the same for artists (so all songs by artist). At the end you only have to generate a table of contents. Et voila (oh yep.. I'm also using 2 columns to effectively use my page)
As I said: I will try to put all in one macro. Maybe everything is going to run as Excel-macro generating a Word document.
Progress of this all? Well... In 1 week I'm going on holiday so currently I'm only having the simple stuff, because I want my booklet before going away.
Oh man... what do I hate this VBA-stuff. It's so different from embedded software in C/C++. But I have to be fair: with VBA you can interfacing with other office packages very nice.
Keep you informed. If you realy need a overview, just mail me a zipped version of your database in CSV format. Then I will return you a word (6.0) doc including table-of-contents you can fine-tune further. But be fast
EiSl