C
canvas
Hi,
I have a sheet with a lot of comments. I would like to create a macro
that lists all the comments of the sheet in column F. I´ve tried
something similar like this:
For Each cmt in ActiveSheet.Comments
MsgBox cmt.Text
Next cmt
But I don´t know how to list each comment in each cell of column F
instead of a msgbox.
thanks
I have a sheet with a lot of comments. I would like to create a macro
that lists all the comments of the sheet in column F. I´ve tried
something similar like this:
For Each cmt in ActiveSheet.Comments
MsgBox cmt.Text
Next cmt
But I don´t know how to list each comment in each cell of column F
instead of a msgbox.
thanks