ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Converting a cell into a comment (https://www.excelbanter.com/excel-discussion-misc-queries/119268-converting-cell-into-comment.html)

pasbillhen

Converting a cell into a comment
 
I would like to take information from a cell and convert it into a comment in
a different cell. Is that possible without typing the information into the
comment field.

Allllen

Converting a cell into a comment
 
Yes, you can do that with a macro like this

Sub AddComment()
Range("A2").AddComment Text:=Range("A1").Value
End Sub

It will put whatever is written in cell A1 into a comment in cell A2.
--
Allllen


"pasbillhen" wrote:

I would like to take information from a cell and convert it into a comment in
a different cell. Is that possible without typing the information into the
comment field.



All times are GMT +1. The time now is 03:33 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com