Hi Sam,

I think your use of Save/GetSetting is fine - the problem in loading it into the form's text box.
If I understand the situation correctly, the contents of the textbox "Post" is used in the file name - you just want to save it between uses..?

Now that I've revisited this, I think it can be done much more concisely, without any need for prompts or input boxes, with all the code (about a dozen lines) in the userform.
I've attached a sample to demonstate my thinking with lots of comments
let me know if I've missed anything