51Testing软件测试论坛
标题:
请问用哪个方法才能使QTP保存excel时候,遇到同名文件,不提示操作直接覆盖
[打印本页]
作者:
五百螺汉
时间:
2008-11-25 15:14
标题:
请问用哪个方法才能使QTP保存excel时候,遇到同名文件,不提示操作直接覆盖
请问用哪个方法才能使QTP保存excel时候,遇到同名文件,不提示操作直接覆盖。。。在线等,谢谢啦
作者:
luckxiaot
时间:
2008-11-27 18:03
应该没有,不过可以换种思路么。
写个函数,如果EXCEL文件存在就删除,这样就不会有提示信息了。
作者:
假装不在
时间:
2008-11-27 18:07
后面有个省略值,你设置成true就可以了。
作者:
小孩
时间:
2008-11-28 10:33
Set fso = CreateObject("scripting.FileSystemObject")
check.File_ptah = check.File_ptah & ".xls"
If fso.FileExists(check.File_ptah) Then
fso.DeleteFile(check.File_ptah)
End if
作者:
gchaser
时间:
2009-1-5 17:23
excel有个alert属性,在保存前修改为false就不提示了。
作者:
david208
时间:
2009-1-5 17:28
create的时候加个true
欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/)
Powered by Discuz! X3.2