| ©«¤l5923 ¥DÃD13 ºëµØ1 ¿n¤À5986 ÂI¦W0  §@·~¨t²Îwin10 ³nÅ骩¥»Office 2010 ¾\ŪÅv150 ©Ê§O¨k ¨Ó¦Û¥xÆW°ò¶© µù¥U®É¶¡2010-5-1 ³Ì«áµn¿ý2022-1-23 
         
 | 
                
| ¥»©«³Ì«á¥Ñ GBKEE ©ó 2012-11-21 16:18 ½s¿è 
 ¦^´_ 1# myleoyes
 ½Æ»s¥N½XSub ¯S§O()  'Sub ±`ºA() Sub ÃB¥~() ½Ð¨Ì¼Ëµe¸¬Äª
    ZZ = Application.InputBox("½Ð¿é¤J¼Æ¦r", "¯S§O¼Æ¦r¡H¡I", Type:=1)
    If ZZ = False Then End
    If [M79] = "" Then
       [M79] = "=" & ZZ
       Else
    If ZZ <> False Then [$M$79] = "=" & ZZ & "+" & Mid([$M$79].FormulaR1C1, 2)
    End If
    M79µù¸Ñ Format(Date, "MM/DD") & " ¯S§O " & ZZ    
End Sub
Sub M79µù¸Ñ(µù¸Ñ As String)
    With Range("M79")
        .NoteText .NoteText & IIf(.NoteText <> "", Chr(10), "") & µù¸Ñ
        .Comment.Shape.TextFrame.AutoSize = True
    End With
End Sub
Sub ½Æ»sµù¸Ñ()
     With Range("BA2")
        .NoteText Range("M79").NoteText
        .Comment.Shape.TextFrame.AutoSize = True
    End With
End Sub
 | 
 |