Hello All. I have a vba form that uses the followhyperlink property of the ActiveWorkbook object. Once the command takes affect, it loads my PDF and brings it up. However, at this point, I can no long click the Excel Workbook on the Taskbar to bring it back into view. This is obviously because my VBA is still running, as I want it to. How can I either make the workbook reaccessable, or load the PDF in the background instead of up front? Thanks!!