HI GUys,

need a little help with this, I need to transfer multiple cell contents from multiple sheets within a workbbook to a text file, and then be able to import the data back to the relevant cells at a later date.

The cells in question will always be the same ones, but sometimes will be blank, so need to transfer blanks as well.

I intend to run this from a command button (already created) and want it to save to either a text file or '.nfo' file i want the code to choose a default name and destination, but would like the user to have the option to change this when saving,
Also when importing i need my workbook to check that the text file it is importing is for my workbook, i assume this can be done with a simple check to see if the first line has certain text in it (which can be inserted on saving the data in the first place)

Thanks