Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
My macro below is working great, however, when I lock my computer using CTRL-ALT-Delete and then unlock my compter my VBA Editor pops up. Any ideas on why my Editor pops up every time I unlock my computer? Thank you, Sub Display() Application.DisplayAlerts = False ChDir "C:\Macros" Workbooks.Open Filename:="T:\Macros\Macros.xls" ActiveWindow.Close Range("J23").Select Application.DisplayAlerts = True End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Display Alerts | Excel Programming | |||
Display size difference- PC computer vs. Mac computer? | Excel Discussion (Misc queries) | |||
Display Alerts | Excel Programming | |||
Excel via intranet Display Alerts problem | Excel Programming | |||
VB IDE always activated when I unlock my computer. | Excel Programming |