If you use MOSS profiles much, and especially custom properties, you will probably be aware of the excellent tool kick off by Angus Logan called ProfilePropertyMgr. Unfortunately, until now it had one particular drawback - it didn't support the entries in a multi-value field. So, if you had a multi-value field with values 'A', 'B', and 'C', when you exported the property it just exported the property and thats it, without the values.
One of the MOSS projects I've been working on has massive multi-value lists, such as country lists. Now, you can have them in a text file and 'Import file...' them into the multi-value field after the property is set up, but that's unwieldy.
What I therefore did is chatted to Angus and he added me to the project. I then added some more code to the 'WorkerBee.cs' file to export the choices along with the properties, and import them again at the other end. Not as easy as it sounds because the way properties are done is a bit obscure, but trial and error wins the day!
To use the modified tool, grab the latest version of the source-code from here, compile, and there you go! When you run the export and import all your choices will magically come across as well.