- ©«¤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
        
|
¦^´_ 5# dafa
¤Ä¿ï ¥uÅã¥Üµù¸Ñ«ü¼Ð ¶··Æ¹«²¾°Ê¨ìÀx¦s®æ¦ì¸m¤W µù¸Ñ¤~·|¥X²{
- Option Explicit
- Sub Ex() '¥ÎNoteText ª½±µ ¼W¥[Àx¦s®æµù¸Ñ
- With [A1]
- .NoteText " " 'Àx¦s®æµù¸Ñ¥[¤J ¤@Ó ªÅ¥Õ¦r¤¸
- With .Comment.Shape
- .Fill.UserPicture "D:\EX2.GIF" '«ü©wI´º¹Ï¤ù
- .Line.ForeColor.SchemeColor = 53
- .Line.Weight = 2
- .AutoShapeType = msoShapeRoundedRectangle '«ü©wµù¸Ñª«¥óªº¹Ï®×Ãþ«¬
- End With
- End With
- End Sub
- Sub Ex1() '½Õ¾ã¨C¤@Óµù¸Ñ
- Dim C As Comment
- For Each C In ActiveSheet.Comments
- With C.Shape
- .Fill.UserPicture "D:\EX1.GIF" '«ü©wI´º¹Ï¤ù
- .Line.ForeColor.SchemeColor = 53
- .Line.Weight = 2
- .Height = 100
- .Width = 100
- End With
- Next
- End Sub
½Æ»s¥N½X |
|