ªð¦^¦Cªí ¤W¤@¥DÃD µo©«

[µo°Ý] µù¸Ñ¤º´¡¤J¹Ï¤ù

¦^´_ 1# dafa
­×§ï³o¸Ìªº¿ï¶µ ¬Ý¬Ý


TOP

¦^´_ 5# dafa
¤Ä¿ï   ¥uÅã¥Üµù¸Ñ«ü¼Ð    ¶··Æ¹«²¾°Ê¨ìÀx¦s®æ¦ì¸m¤W     µù¸Ñ¤~·|¥X²{
  1. Option Explicit
  2. Sub Ex()     '¥ÎNoteText ª½±µ ¼W¥[Àx¦s®æµù¸Ñ
  3.     With [A1]
  4.         .NoteText " "                                   'Àx¦s®æµù¸Ñ¥[¤J ¤@­Ó ªÅ¥Õ¦r¤¸
  5.         With .Comment.Shape
  6.             .Fill.UserPicture "D:\EX2.GIF"              '«ü©w­I´º¹Ï¤ù
  7.             .Line.ForeColor.SchemeColor = 53
  8.             .Line.Weight = 2
  9.             .AutoShapeType = msoShapeRoundedRectangle  '«ü©wµù¸Ñª«¥óªº¹Ï®×Ãþ«¬
  10.         End With
  11.     End With
  12. End Sub
  13. Sub Ex1()   '½Õ¾ã¨C¤@­Óµù¸Ñ
  14.     Dim C As Comment
  15.     For Each C In ActiveSheet.Comments
  16.         With C.Shape
  17.             .Fill.UserPicture "D:\EX1.GIF"        '«ü©w­I´º¹Ï¤ù
  18.             .Line.ForeColor.SchemeColor = 53
  19.             .Line.Weight = 2
  20.             .Height = 100
  21.             .Width = 100
  22.         End With
  23.     Next
  24. End Sub
½Æ»s¥N½X

TOP

        ÀR«ä¦Û¦b : ¤H¥Í¤£¤@©w²y²y¬O¦n²y¡A¦ý¬O¦³¾ú½mªº±j¥´ªÌ¡AÀH®É³£¥i¥H´§´Î¡C
ªð¦^¦Cªí ¤W¤@¥DÃD