Hey everybody,
Am I missing something here, or should this be working:
Private Sub Workbook_BeforeClose(Cancel As Boolean)
Dim strPath As String
strPath = ThisWorkbook.Path & "\core.xlsb"
Dim wbCORE As Workbook
Set wbCORE = Workbooks.Open(strPath)
End Sub
I'm just trying to get this...