Breaking the province.csv into columns
A couple suggestions on how to make reading and editing the province.csv file easier. There are two things that I did based upon earlier posts somewhere in the forum.
First you might want to set windows to automatically deal with using ; instead of , in the file. This option in windows xp (using the classic menu option) is in control pannel as "date/time/language/regional options." (You might have to use windows help to find the option in your version of windows). Once you find it then choose regional language options then regional options then standards and formats then next to the drop down box containing for example "English US" choose the customize button and in the list change the item next to "list separator" from , to ; (One note if you do this and then use excel later on for other non EUII work sheets and you use commands such as =left(a1,1,1) etc remember to use ; instead of , in the commands)
Then go to excel and open the province.csv file. Choose Data/text to columns/deliminated/ and choose ; and excel should break the file into columns. You can then save the file and each time you open it again it should be already in columns. You don't even see the ;'s anymore and you can just edit the column values without worrying about the ;'s. There is no need to undo this - as the file in this format works fine in the game. Just always remember to save the file as a csv file type and also make a copy of the original unchanged file just in case something goes wrong.