I'm encountering a couple form issues with my current work environment using Excel 2007. Our systems are locked to ALWAYS prompt the user to enable any/all macros.
I am creating a central template that I can use to open and run various reports that I have created. (Eventually, I'd like to have all the macros/modules with the template and not have to open other files...but in the meantime...)
I am creating a central template that I can use to open and run various reports that I have created. (Eventually, I'd like to have all the macros/modules with the template and not have to open other files...but in the meantime...)
- When the template opens another file and the security prompt is supposed to appear, my Form appears instead, which causes me to cancel and re-select the report.
- When the report is done and closes out and the template becomes the active file, I'd like the form to reappear, however is does not. I have tried utilizing Private Sub Workbook_Activate(), Private Sub Workbook_Open() and Private Sub Workbook_SheetActivate(ByVal Sh As Object) with no luck.