Search found 7 matches

by iamwyf
17 May 2017, 03:48
Forum: Scripts and Functions (v1)
Topic: xlFindLastCell() - Find last non-empty cell in Excel
Replies: 7
Views: 5226

Re: xlFindLastCell() - Find last non-empty cell in Excel

For the same purpose, I tried many times. Thank U!
by iamwyf
17 May 2017, 02:29
Forum: Scripts and Functions (v1)
Topic: Excel_Get
Replies: 30
Views: 14428

Re: Excel_Get

great! This helps.
by iamwyf
26 Apr 2017, 20:41
Forum: Scripts and Functions (v1)
Topic: eGet() - Grab Internet Explorer Elements Easily
Replies: 24
Views: 13588

Re: eGet() - Grab Internet Explorer Elements Easily

Thank you! u made an excellent work!
saves me a lot of time!
by iamwyf
19 May 2016, 23:24
Forum: 教程资料
Topic: 网页自动化初级教程
Replies: 13
Views: 68712

Re: 网页自动化初级教程

:superhappy: 太强了,ie := WBGet("证书错误: 导航已阻止 ") 成功!!
by iamwyf
19 May 2016, 22:33
Forum: 教程资料
Topic: 网页自动化初级教程
Replies: 13
Views: 68712

Re: 网页自动化初级教程

对于下面这个页面,用wingettitle,得到的是“证书错误: 导航已阻止 - Internet Explorer”,但是用iwb2 leaner得到的title和Url相同都是https://10.*.*.* 用ie := IEGet("证书错误: 导航已阻止"),无法获取对象,但是用ie := IEGet("https://10.*.*.*"),确可以获得对象,请问能否修改IEGet(),使得 IEGet("证书错误: 导航已阻止")能够成功? 完整页面代码如下: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">...
by iamwyf
19 May 2016, 22:25
Forum: 教程资料
Topic: 网页自动化初级教程
Replies: 13
Views: 68712

Re: 网页自动化初级教程

使用 IE_GetPwbByUrl(hwnd="",url="") 时,提示==> Call to nonexistent function. Specifically: ACC_AccessibleObjectFromWindow(A_LoopField) 另外,请问请问哪里可以下载到acc.ahk和com.ahk? IEGetbyURL 测试有效。 IEGetByURL(URL) { For pwb in ComObjCreate("Shell.Application").Windows If (pwb.LocationURL = URL and InStr(pwb.FullName, ...
by iamwyf
19 May 2016, 02:04
Forum: 教程资料
Topic: 网页自动化初级教程
Replies: 13
Views: 68712

Re: 网页自动化初级教程

使用 IE_GetPwbByUrl(hwnd="",url="") 时,提示==>
Call to nonexistent function.
Specifically: ACC_AccessibleObjectFromWindow(A_LoopField)
另外,请问请问哪里可以下载到acc.ahk和com.ahk?

Go to advanced search