iT邦幫忙

0

如何用VBA的方式點選IE上的radio button

  • 分享至 

  • xImage
  •  

想做一個access自動key資料按按鈕的vba
選項按鈕部分卡住.
附檔紅圈選項按鈕部分,名子是choice,
但網頁上所有button(選項按鈕)名稱都是choice,是Value不同.
Value是用A B C區分.
這樣不知怎麼處理?
附上我的VBA碼如下(====下方處)
我想在最後一行再加上這兩行
".Document.all(" 按鈕名稱 ")(V).Checked = True
.Document.all.GB301_SEARCH.Click",
目前這邊卡住了XD
請問要怎麼看去選取那個按鈕??? 謝謝!!
https://ithelp.ithome.com.tw/upload/images/20230109/20156802AAkOodMx1w.jpg

Private Sub Command290_Click()
With CreateObject("internetexplorer.application")
.Visible = True
.Navigate "https://portal.sw.nat.gov.tw/APGQO/GB301"

Do While .Busy = True Or .readyState <> 4
Loop
DoEvents
.Document.all.mawb.innerText = 提單號碼.Value

End With
End Sub


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言