Allow User to Input Title When Running Attachment Macro
I have developed a macro to add an Attachment to the end of a document and set up a header for attachment title and page numbering. I am trying to develop an Input Box using VBA but I have no idea how to make it work. When the macro is run, I want an Input Box to appear so they can type in the title for the attachment and then that input would be entered into the header (Attachment 1 - "Title"). I have attached a copy of my macro and what the Input Box should look like. Can somone please help?