- ©«¤l
- 5923
- ¥DÃD
- 13
- ºëµØ
- 1
- ¿n¤À
- 5986
- ÂI¦W
- 0
- §@·~¨t²Î
- win10
- ³nÅ骩¥»
- Office 2010
- ¾\ŪÅv
- 150
- ©Ê§O
- ¨k
- ¨Ó¦Û
- ¥xÆW°ò¶©
- µù¥U®É¶¡
- 2010-5-1
- ³Ì«áµn¿ý
- 2022-1-23
|
¦^´_ 6# donod
¸Õ¸Õ¬Ý- '½Ð¥ý±N±M®× [³]©w¤Þ¥Î¶µ¥Ø]¥[¤J Microsoft Internet Controls
- Option Explicit
- Sub IE_F5()
- Dim a As New SHDocVw.ShellWindows
- Dim shell_windows As New SHDocVw.ShellWindows
- Dim Ie As SHDocVw.InternetExplorer
- Dim objShell As Object
- Set objShell = CreateObject("shell.application")
- If objShell.Windows.Count = 0 Then 'Ie ¨S¦³¶}±Ò
- Shell "C:\Program Files\Internet Explorer\IEXPLORE.EXE", 2 ' (2 À³¥Îµ{¦¡µøµ¡·|¥H¤@ӹϥܨÓÅã¥Ü¡A¨Ã¨ã¦³¾nÂI)
- MsgBox "½Ðµ¥Ô ie ¶}±Ò§¹²¦"
- End If
- For Each Ie In shell_windows
- With Ie
- .Refresh
- Do While .Busy Or .ReadyState <> 4: Loop
- MsgBox "ºô§}: " & .LocationURL & vbLf & "«¾ã§¹²¦", , Ie.Document.Title
- End With
- Next
- End Sub
½Æ»s¥N½X |
|