I’m creating resumes by having employees interact with a macro that accepts input for various parts of the resume and then creates the document. For resumes that already exist, they can modify existing sections.
PROBLEM: I can give them the option to print the resume for inspection, but I can’t find a way to allow them to VIEW the resume from within the macro. There doesn’t seem to be a way to minimize or hide the userform and give the focus to the open document so that they can scroll through it, even if in Read-Only mode.
I’d appreciate any guidance in accomplishing this. Thanks in advance.