Home |
Search |
Today's Posts |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Norman. I'll bear this in mind, but Tom's solution worked so I'm
sticking with that for the moment. "Norman Jones" wrote: Hi Pete, For an existing comment try: Range("A1").Comment.Text _ "This is a comment in cell A1" or to create the comment: With ActiveSheet.Range("A1").AddComment .Text "Howdy!" End With --- Regards, Norman "Pete at Sappi Fine Paper" wrote in message ... I should have thought that the command: range("A1").comment = "This is a comment in cell A1" would work ... but it doesn't. I get an error message which reads: "Object variable or With block variable not set" Can anyone help? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can insert digital ink into Excel cell or a cell comment? | Excel Discussion (Misc queries) | |||
copy comment content to cell content as data not as comment | Excel Discussion (Misc queries) | |||
Create Cell Comment based on text in a cell on another worksheet | Excel Discussion (Misc queries) | |||
I want to change comment printing cell 3 to whats in cell 3 | Excel Worksheet Functions | |||
a comment plugin & copy paste directly from excel to comment ? fr. | Excel Worksheet Functions |