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

(¤w¸Ñ¨M)µù¸Ñ¤º®e«ç»ò¨Ì¦¸Â^¨ú¦h¦UÀx¦s®æ

¦^´_ 1# freeffly
  1. Sub Ex()
  2.     Dim A
  3.     A = Application.Transpose([D1:D15].Value)
  4.     A = Join(A, Chr(10))
  5.     Range("A1").Comment.Text A
  6. End Sub
½Æ»s¥N½X

TOP

¤£ºÞ«ü©wÀx¦s®æªºµù¸Ñ¦s¤£¦s¦b
  1. Sub Ex()
  2.     Dim A
  3.     A = Application.Transpose([D1:D15])
  4.     A = Join(A, Chr(10))
  5.     With Range("A1")
  6.        If .Comment Is Nothing Then .AddComment
  7.        .Comment.Text A
  8.     End With
  9. End Sub
½Æ»s¥N½X

TOP

        ÀR«ä¦Û¦b : ®É®É¦n¤ß´N¬O®É®É¦n¤é¡C
ªð¦^¦Cªí ¤W¤@¥DÃD