Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I cant pin point the problem.
the only thing i can suggest is to kill all excel process after quiting. like this.... string processName = "EXCEL"; foreach (Process thisproc in Process.GetProcessesByName(processName)) thisproc.Kill(); HTH |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Visual to copy format one row down when data entered | Excel Discussion (Misc queries) | |||
copy and paste visual cells only in Excel | Excel Discussion (Misc queries) | |||
copy and paste (visual basic) | New Users to Excel | |||
Passing a range of data to a function - Excel - visual basic | Excel Programming | |||
Link or Copy Excel Data to Calendar (for scheduling) for Visual Aid | Excel Discussion (Misc queries) |