Ãö©óCreateObject("InternetExplorer.Application")ªº¨Ï¥Î
- ©«¤l
- 712
- ¥DÃD
- 281
- ºëµØ
- 0
- ¿n¤À
- 1019
- ÂI¦W
- 0
- §@·~¨t²Î
- Windows 10
- ³nÅ骩¥»
- Office 2019
- ¾\ŪÅv
- 50
- ©Ê§O
- ¨k
- µù¥U®É¶¡
- 2011-6-30
- ³Ì«áµn¿ý
- 2025-5-22
|
Ãö©óCreateObject("InternetExplorer.Application")ªº¨Ï¥Î
·í§Ú©ñ¦bUserForm1¤º°õ¦æ®É¡A·|°õ¦æ«D±`¤[³£¨S¤ÏÀ³¡C- Private Sub CommandButton1_Click()
- '±b±KÅçÃÒ
- With CreateObject("InternetExplorer.Application")
- .Navigate "https://tw.yahoo.com"
-
- Do While .Busy Or .ReadyState <> 4
- DoEvents
- Loop
- .Document.all("username").innerText = "A"
- .Document.all("password").innerText = "B"
- .Document.all("submit2").Click
- .Visible = True
- End With
-
- With CreateObject("InternetExplorer.Application")
- .Navigate "https://tw.yahoo.com"
-
- Do While .Busy Or .ReadyState <> 4
- DoEvents
- Loop
- .Document.all("username").innerText = "A"
- .Document.all("password").innerText = "B"
- .Visible = True
- End With
- End Sub
½Æ»s¥N½X |
|
|
|
|
|
|
- ©«¤l
- 712
- ¥DÃD
- 281
- ºëµØ
- 0
- ¿n¤À
- 1019
- ÂI¦W
- 0
- §@·~¨t²Î
- Windows 10
- ³nÅ骩¥»
- Office 2019
- ¾\ŪÅv
- 50
- ©Ê§O
- ¨k
- µù¥U®É¶¡
- 2011-6-30
- ³Ì«áµn¿ý
- 2025-5-22
|
¦^´_ 1# av8d
°ÝÃD¤w¸Ñ¨M~«¶}¾÷§Y¥i= = |
|
|
|
|
|
|