標題:
[發問]
如何將儲存格內容插入註解
[打印本頁]
作者:
shuasa
時間:
2017-1-16 21:28
標題:
如何將儲存格內容插入註解
本帖最後由 shuasa 於 2017-1-16 21:33 編輯
如何將H1的內容插入到H3:H13的註解,[attach]26403[/attach]
請各位大大指教,謝謝!
[attach]26404[/attach]
作者:
rouber590324
時間:
2017-1-17 13:30
Sub AA()
For x = 3 To 13
With Sheet1.Cells(x, 8).Comment
.Shape.TextFrame.Characters.Text = Mid(Sheet1.Cells(x, 8).FormulaLocal, 2) & "=" & [H1].Value
End With
Next
End Sub
作者:
shuasa
時間:
2017-1-17 20:19
回復
2#
rouber590324
感謝謝大大指教,問題解決了
歡迎光臨 麻辣家族討論版版 (http://forum.twbts.com/)