- 帖子
- 976
- 主題
- 7
- 精華
- 0
- 積分
- 1018
- 點名
- 0
- 作業系統
- Win10
- 軟體版本
- Office 2016
- 閱讀權限
- 50
- 性別
- 男
- 註冊時間
- 2013-4-19
- 最後登錄
- 2025-1-10
|
2#
發表於 2021-10-15 11:42
| 只看該作者
本帖最後由 samwang 於 2021-10-15 11:49 編輯
回復 1# av8d
Private Sub CommandButton1_Click()
Application.ScreenUpdating = False
UserForm1.Show
Application.ScreenUpdating = True
End Sub
Private Sub CommandButton1_Click()
TB1 = TextBox1.Value
TB2 = TextBox2.Value
[E1] = "=HYPERLINK(""" & TB1 & """, """ & TB2 & """)"
Unload Me
End Sub |
|