Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I created a comment in a cell with VBA. I don't know why but it stays open instead to be closed. Can I call the same "Hide comment" that we see when we right click on that cell? range("A40").NoteText Text:="bla bla bla" ' to close the comment range("A40").HideComment ???????? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I turned on the macro recorder (tools=Macro=Record a Macro) and hide
comment using the right click popup menu. this was what was recorded: ActiveCell.Comment.Visible = False -- Regards, Tom Ogilvy "Barb" wrote: Hi, I created a comment in a cell with VBA. I don't know why but it stays open instead to be closed. Can I call the same "Hide comment" that we see when we right click on that cell? range("A40").NoteText Text:="bla bla bla" ' to close the comment range("A40").HideComment ???????? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Convert cell "contents" into a "comment" | Excel Discussion (Misc queries) | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
Call a sub statement in "Personal Macro Workbook" from "ThisWorkbo | Excel Programming |