A user normally creates a document from a template with a userform. A bookmarked table is populated with the responses of that userform and this is passed into the header. The document may then be printed or converted to an electronic version (pdf).
What I am attempting to do is to programatically place a ‘Print date’ in a footer but ONLY for the printed version. The electronic copy should not show this print date.
I realise the limitation of trying to place a bookmark in the footer and having a userform update it so I don’t think it can be done that way.
Any suggestions please?