Would someone please explain why the Excel process continues to run even after Closing and Quitting.
From my limited understanding I thought sourceWB.Close & xlApp.Application.Quit would do the trick.
What Am I missing?
Private Sub UserForm_Initialize()If TimeCard.tbEmployeeID.Value = "" Then...