Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
cmt = Application.UserName
cmt = cmt & ":" & Chr(10) & "Comment" 'Delete the comment if it exists 'Cells(1, 1).Comment.Delete Cells(1, 1).AddComment cmt "Myles" wrote: Okay but whenever i use the cells(1,1).addcomment "comment" it automatically doesn't put any author in there even if i change the Application.UserName So how do i get it to put the author in there? "Sheeloo" wrote: For an existing comment you must get the text, search and replace the author, delete the comment and reinsert it with the updated text .Author is a read only property Author in the comment comes from Application.UserName See Debra's article on 'Comments' at http://www.contextures.com/xlcomments03.html to learn all about comments programming. "Myles" wrote: Is there some way to set the Author of a comment on a specific cell? I've tried using the .author but i'm guessing that's read only. Thanks guys! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel author name | Excel Discussion (Misc queries) | |||
how to change Author name | Excel Discussion (Misc queries) | |||
I am looking for the author of this script | Excel Worksheet Functions | |||
print author | Excel Worksheet Functions | |||
a comment plugin & copy paste directly from excel to comment ? fr. | Excel Worksheet Functions |