Ah yes, 'simple linked content controls'; just tried it and it worked. Macropod you're a scholar and a gentleman!

Finally, I thought I'd be smart and add this to the FileSave macro...

With .SelectContentControlsByTitle("Recognised Organisation")(1) 
           If .Range.Text = .PlaceholderText Then Exit Sub
        End With
It works, but I need it somehow to display a msgbox to say that the field cannot be blank before the Exit Sub.

Regards,

JDS_916