L
LEB
I have Excel 2002, and have a subroutine Private Sub
Workbook_Open() under the ThisWorkbook object in VBA. I
thought the procedure would run each time the workbook is
opened and the Open Event is triggered.
When I open Excel, and then open the workbook, the
procedure runs. However, if I close the workbook (leaving
Excel running) and then reopen the workbook, the sub
routine doen't run. Is this normal? If so, how do I make
this routine run without closing and reopening Excel and
the workbook?
Workbook_Open() under the ThisWorkbook object in VBA. I
thought the procedure would run each time the workbook is
opened and the Open Event is triggered.
When I open Excel, and then open the workbook, the
procedure runs. However, if I close the workbook (leaving
Excel running) and then reopen the workbook, the sub
routine doen't run. Is this normal? If so, how do I make
this routine run without closing and reopening Excel and
the workbook?