You could try killing the process:
Though that would close excel if the user had it running.Code:For Each p As Process In Process.GetProcessesByName("excel") p.Kill() Next
|
Results 1 to 7 of 7
Thread: closing excel (i know i know...)Threaded View
|
Click Here to Expand Forum to Full Width |