pragnesh_50
Member
Hi,
I have sheet containing comments(Insert comment) given by my supervisor.
I am able to get the comments at the other sheet by running macro but i want the output without the name of Author.
Ex. Sheet contains 75 Comments given by "X". so my current output is X:abc...but i want only abc as output in new sheet.
here is my syntex
.Cells(i, 9).Value = Replace(cmt.Text, Chr(10), " ")
Regards,
Pragnesh
I have sheet containing comments(Insert comment) given by my supervisor.
I am able to get the comments at the other sheet by running macro but i want the output without the name of Author.
Ex. Sheet contains 75 Comments given by "X". so my current output is X:abc...but i want only abc as output in new sheet.
here is my syntex
.Cells(i, 9).Value = Replace(cmt.Text, Chr(10), " ")
Regards,
Pragnesh