Dear Hxtt,
sometimes I want to modify excel file directly (with ms-excel) when I run my program which seems to keep connection to specified excel file, without exiting it. at that time (I think not always) I usually get the message like that - 'excel is locked. try to save another name.'
Is there any way to make it possible to modify excel file directly without exit progeam which keep connection to that file?
Thank you.
|
You can use delayedClose=0; connection property to let HXTT Excel release it ASAP.
|