Menu

#728 Windown Update and can't pass value to excel

v1.0 (example)
open
nobody
None
1
2016-08-15
2016-08-15
new_dauto
No

Hello,
my problem happen on last week.When windowns update something for office about sercurity.I can't pass value to excel file,it norespone forever when I do it.I found the solution,it is set sleep 0.1 second for every command when I set value for excel but it is not good solution.

import time
time.sleep(0.1)

Discussion