- ©«¤l
- 154
- ¥DÃD
- 1
- ºëµØ
- 0
- ¿n¤À
- 200
- ÂI¦W
- 1
- §@·~¨t²Î
- windwos 7
- ³nÅ骩¥»
- 64bit
- ¾\ŪÅv
- 20
- µù¥U®É¶¡
- 2017-5-29
- ³Ì«áµn¿ý
- 2025-1-1
|
¥»©«³Ì«á¥Ñ quickfixer ©ó 2022-2-12 23:14 ½s¿è
¦^´_ 27# quickfixer
§Ú°Ñ¦Ò§Aµ¹ªº01ºô§}686f,¥[¤J«·s¤U¸ü¥\¯à,¥i¥þ³¡¶]§¹- Private Sub GetDividend(ByVal ss As String) '¨úªÑ§Qºô¶ '2022/2/22 ´«³o¬qµ{¦¡½X ¦b https://www.mobile01.com/topicdetail.php?f=511&t=4737630&p=3 ªº21¼Ó
- Dim URL, HTMLsourcecode, GetXml, Table
- Dim i As Integer, j As Integer, r As Integer
- Set HTMLsourcecode = CreateObject("htmlfile")
- Set GetXml = CreateObject("msxml2.xmlhttp")
- URL = "http://pscnetinvest.moneydj.com.tw/z/zc/zch/zch_" & ss & ".djhtm"
- r = 0
- retry:
- On Error Resume Next
- With GetXml
- .Open "GET", URL, False
- .setRequestHeader "Cache-Control", "no-cache"
- .setRequestHeader "Pragma", "no-cache"
- .setRequestHeader "If-Modified-Since", "Sat, 1 Jan 2000 00:00:00 GMT"
- .send
- HTMLsourcecode.body.innerhtml = .responsetext
- Set Table = HTMLsourcecode.all.tags("table")(2).Rows
- If Err.Number <> 0 Then
- If r > 3 Then
- '¶W¹L3¦¸,§ï§ì¤U¤@µ§,ÁקKµLloop
- Exit Sub
- End If
- Debug.Print Err.Description
- r = r + 1
- On Error GoTo -1
- Err.Clear
- 'µ¥0.5¬í
- Delaytick (0.5)
- GoTo retry
- End If
-
- For i = 0 To Table.Length - 1
- For j = 0 To Table(i).Cells.Length - 1
- ¤u§@ªí2.Cells(i + 1, j + 1) = Table(i).Cells(j).innertext
- Next j
- Next i
- End With
- Set HTMLsourcecode = Nothing
- Set GetXml = Nothing
- End Sub
- Sub Delaytick(setdelay As Single)
-
- Dim StartTime As Double, NowTime As Double
- StartTime = Timer * 100
- setdelay = setdelay * 100
- Do
- NowTime = Timer * 100
- DoEvents
- Loop Until NowTime - StartTime > setdelay
-
- End Sub
½Æ»s¥N½X ¦ý¬O§Aallfile¸Ì±¨ºÓSplit(Date, "/")(1) - 1
¥i¯àn§ï¤@¤U,¦³¤Hexcel¤é´Á¬O¥Î-¤£¬O/
¥Îmid¥i¯à·|¤ñ¸û¦n¤@¨Ç |
|