+ Reply to Thread
Results 1 to 4 of 4

Programming Comments in Excel 2007

  1. #1
    Registered User
    Join Date
    02-03-2009
    Location
    Newcastle
    MS-Off Ver
    Excel 2007
    Posts
    2

    Programming Comments in Excel 2007

    Hello all,

    I am looking for a code that will create a comment within the highlighted cell including the name and date/time that it was created. In addition to this I would like the code to allow another comment to be inserted by another user at a later date with the same formatting of username/date/time in the line beneath the first comment. And for this process to be repeatable.

    Is it also posible to have this comment box resizeable after each comment is added, and be available for use in a shared workbook?

    Many Thanks All.

    Jon
    Last edited by VBA Noob; 02-03-2009 at 01:42 PM.

  2. #2
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,485

    Re: Programming Comments in Excel 2007

    You don't say how the macro is trigger or the user enters the actual comment text.

    In a standard code module.
    Please Login or Register  to view this content.
    Cheers
    Andy
    www.andypope.info

  3. #3
    Registered User
    Join Date
    02-03-2009
    Location
    Newcastle
    MS-Off Ver
    Excel 2007
    Posts
    2

    Re: Programming Comments in Excel 2007

    I have a button ready to attach the macro to. I was hoping that a text box or something similar would appear and allow the user to input their comment, with the comment then appearing beneath the time, date and username of the person that entered the comment. With this being repeatable using the same macro, so that if the highlighted cell already contains a comment then when a new comment is inputed using macro the date/time/username apears again with the new comment beneath the 1st.

    Thanks,

    Jon

  4. #4
    Forum Guru Andy Pope's Avatar
    Join Date
    05-10-2004
    Location
    Essex, UK
    MS-Off Ver
    O365
    Posts
    20,485

    Re: Programming Comments in Excel 2007

    You can use a input box or userform to capture users comment text.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1