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"
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"
[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]
lotuxel,
Please use code tags with your code as per forum's rule.
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)
Last edited by Marianus; 07-22-2013 at 05:51 AM.
![]()
Please Login or Register to view this content.
Its not I thing
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks