<pre><code>Sub test()<br>For I = 1 To 100 ' 設定要抓到第幾列<br>Cells(I, 2) = Cells(I, 1).Hyperlinks(1).Address '超連結存放的位置<br>Next<br><br>End Sub</code></pre>