I'm creating an excel object using:
and then I'm closing it using:Code:Set xlOut = CreateObject("Excel.Application")
and the darn thing won't go away until I close my app. Anyone tell me the painfully obvious thing I'm missing? Oh, and I've tried a DoEvents after it, but no joy.Code:xlout.Quit Set xlOut = Nothing




Reply With Quote