• Date function within a Comment Box? (2003)

    Home » Forums » AskWoody support » Productivity software by function » MS Excel and spreadsheet help » Date function within a Comment Box? (2003)

    Author
    Topic
    #426947

    When we select a cell to enter a ‘comment’, is it possible to incorporate a =NOW() function to calculate “today’s date” within that comment box in the active cell selected?

    Viewing 0 reply threads
    Author
    Replies
    • #987953

      You can not add a function, the comment displays text

      This line will put the current date into the comment of the activecell.

      ActiveCell.AddComment _
      Text:=”Today’s Date is ” & vbLf & _
      Format(Date, “mmm d, yyyy”)

      You can add it to a macro. Is this what you are after?

      Steve

    Viewing 0 reply threads
    Reply To: Date function within a Comment Box? (2003)

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: