EXCEL TOOLS
Excel Add-ins ที่พัฒนาโดยคุณสันติพงศ์ ณสุย (MVP Excel 2010-2020) ด้วยภาษา C# เพื่อแก้ไขปัญหาไฟล์ใหญ่ คำนวณนาน ทำงานช้า จัดการข้อมูลต่าง ๆ ที่ทำงานประจำวันได้อย่างสะดวกรวดเร็ว สนใจคลิกไปดูได้ที่นี่ครับ => Excel Tools
Excel Add-ins ที่พัฒนาโดยคุณสันติพงศ์ ณสุย (MVP Excel 2010-2020) ด้วยภาษา C# เพื่อแก้ไขปัญหาไฟล์ใหญ่ คำนวณนาน ทำงานช้า จัดการข้อมูลต่าง ๆ ที่ทำงานประจำวันได้อย่างสะดวกรวดเร็ว สนใจคลิกไปดูได้ที่นี่ครับ => Excel Tools
[code]
และปิดด้วย [/code]
ตัวอย่างเช่น [code]dim r as range[/code]
เพื่อให้แตกต่างจากข้อความทั่วไป สะดวกในการอ่านและทดสอบ (คลิกเพื่อดูตัวอย่าง)Code: Select all
Sub facebook()
Dim ie As New InternetExplorer
Set ie = New InternetExplorer
ie.Visible = True
ie.navigate "http://retail.gec.co.th/RetailWeb/common/logon.do"
ie.Visible = True
Do
DoEvents
Loop Until ie.readyState = READYSTATE_COMPLETE
ie.document.all.Item("companyID").Value = "cencer"
ie.document.all.Item("userID").Value = "cencer"
ie.document.all.Item("password").Value = "cencer"
ie.document.all.Item("submitbutton").Click
'_______________
Application.Wait Now() + TimeValue("00:00:05")
Do
DoEvents
Loop Until ie.readyState = READYSTATE_COMPLETE
Dim ButtonElement As mshtml.HTMLDocument
Dim ButtonElement2 As mshtml.HTMLDocument
ie.document.getElementsByonclick("menu2").Click
'____________________
Exit Sub
Code: Select all
ie.document.getElementsByonclick("menu2").Click
Code: Select all
<A onclick="selectedMenu(2) ;MM_showHideLayers( 'DOCPALL','','hide' ,'CreditNoteCPALL','','hide' ,'PLCPALL','','hide' ,'ReturnCPALL','','hide' ,'POCPALL(BDC)','','hide' ,'InvoiceCPALL(BDC)','','hide' ,'Profile','','hide' ,'Organization','','hide' ,'CPALL','','hide' ,'HomeSupplier','','hide' ,'CPALL','','show')" id=menu2 class=hrefmenu href="/RetailWeb/po7BDCLoadAction.do?act=listPO" target=mainFrame>CP ALL</A>
ie.document.getElementsByonclick("menu2").Click
ไม่ทราบว่าหน้าเว็บแสดงแบบไหน และต้องการคลิก Object ไหนครับie.document.getElementById("back").Click