+ Reply to Thread
Results 1 to 6 of 6

Cell's text / comment (no comment )

  1. #1
    Registered User
    Join Date
    06-24-2013
    Location
    Kosice
    MS-Off Ver
    Excel 2003
    Posts
    53

    Cell's text / comment (no comment )

    HI

    on the web I found / saw something like comment / text, if the active cell and print an announcement-defined data


    I want to display for the active cell "comment / text"

  2. #2
    Registered User
    Join Date
    11-14-2010
    Location
    Macau
    MS-Off Ver
    Excel 2003
    Posts
    66

    Re: Cell's text / comment (no comment )

    [code]
    Sub test_comment()
    With ActiveCell

    If Not .Comment Is Nothing Then
    .Comment.Delete
    Else
    .AddComment "comment / text"
    .Comment.Visible = False

    End If
    End With
    End Sub
    [code]

  3. #3
    Forum Expert
    Join Date
    03-28-2012
    Location
    TBA
    MS-Off Ver
    Office 365
    Posts
    12,454

    Re: Cell's text / comment (no comment )

    lotuxel,
    Please use code tags with your code as per forum's rule.

  4. #4
    Registered User
    Join Date
    06-24-2013
    Location
    Kosice
    MS-Off Ver
    Excel 2003
    Posts
    53

    Re: Cell's text / comment (no comment )

    is something like that possible and How?

    actually a box that says, when active cell or the mouse over a given cell

    look sheet window (I want define window with text)
    Attached Files Attached Files
    Last edited by Marianus; 07-22-2013 at 05:51 AM.

  5. #5
    Registered User
    Join Date
    11-14-2010
    Location
    Macau
    MS-Off Ver
    Excel 2003
    Posts
    66

    Re: Cell's text / comment (no comment )

    Please Login or Register  to view this content.

  6. #6
    Registered User
    Join Date
    06-24-2013
    Location
    Kosice
    MS-Off Ver
    Excel 2003
    Posts
    53

    Re: Cell's text / comment (no comment )

    Its not I thing

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Disable Delete Comment, Edit Comment, Show/Hide Comment
    By Shanthan in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 05-17-2013, 06:12 AM
  2. Autosize only height of comment box relative to height of cell comment
    By Shanthan in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-05-2013, 10:25 AM
  3. open a comment to cell range upon true condition then removing comment on false condition
    By ferrum_equitis in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-08-2012, 12:55 AM
  4. comment if cell contains a certain text
    By kchm_2000 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 11-03-2011, 11:39 PM
  5. Replies: 0
    Last Post: 09-04-2008, 01:35 PM

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