Hi Guys, Girls and Gurus,
I put the code below onto my computer and my friends computer some time ago.
Sub Auto_Open()
Windows("Personal.xlsm").Visible = False
End Sub
Both computers are using Windows 7 and Excel 2010.
When exiting Excel a userform would be activated, reminding us to back-up our data. This has been working fine for months. Today hers has stopped working but mine continues.
We have checked that the Excel “Trust Center Settings” on both computers are the same and “believe” they are.
On her computer, if we open an Excel file then exit Excel the userform “does not” activate,
On my computer, if we open an Excel file then exit Excel the userform “does” activate.
On both computers, if we open Excel then open Personal.xlsm, then close Excel the userform is activated and we get the reminder to back-up our data.
So, it “seems” the Auto_Open is not activating the Personal workbook when Excel is opened on her computer (is that even possible?)
Your thoughts would be appreciated,
Tina
Bookmarks