![]() |
print comments with cell label or name
How can I print comments, at page end, with cell label or given name instead
of standard cell name like A1, C4 etc..? Thank you |
I'm sure you'll find some code here to meet your needs:
http://www.contextures.com/xlcomments03.html#copy HTH Jason Atlanta, GA "Mohammad" wrote: How can I print comments, at page end, with cell label or given name instead of standard cell name like A1, C4 etc..? Thank you |
Jason,
Thank you for the link. It is very helpfull. However it did not answer my question. I'll contact the owner of the link. Thanks again. "Jason Morin" wrote: I'm sure you'll find some code here to meet your needs: http://www.contextures.com/xlcomments03.html#copy HTH Jason Atlanta, GA "Mohammad" wrote: How can I print comments, at page end, with cell label or given name instead of standard cell name like A1, C4 etc..? Thank you |
You can't change the built-in comment printing feature. Either use
programming, as shown at the link Jason provided, or go with the default format. Mohammad wrote: Jason, Thank you for the link. It is very helpfull. However it did not answer my question. I'll contact the owner of the link. Thanks again. "Jason Morin" wrote: I'm sure you'll find some code here to meet your needs: http://www.contextures.com/xlcomments03.html#copy HTH Jason Atlanta, GA "Mohammad" wrote: How can I print comments, at page end, with cell label or given name instead of standard cell name like A1, C4 etc..? Thank you -- Debra Dalgleish Excel FAQ, Tips & Book List http://www.contextures.com/tiptech.html |
are you sure you looked at correct article::
http://www.contextures.com/xlcomment...ml#CopyToSheet If it doesn't do what you want then indicate what you really wanted or want to change. Perhaps you want also the label at the top of the column that the cell is in and the label to the left of the row that the cell is in as well. (untested) .Cells(i, 5).Value = mycell.offset(-mycell.row+1).Value .Cells(i, 5).Value = mycell.offset(-mycell.column+1).Value"Mohammad" wrote ... Jason, Thank you for the link. It is very helpfull. However it did not answer my question. I'll contact the owner of the link. Thanks again. "Jason Morin" wrote: I'm sure you'll find some code here to meet your needs: http://www.contextures.com/xlcomments03.html#copy HTH Jason Atlanta, GA "Mohammad" wrote: How can I print comments, at page end, with cell label or given name instead of standard cell name like A1, C4 etc..? Thank you |
David, CopyToSheet will help. I'll use it. I think I'll have to create
comment sheet and print it separatly. Thank you all. "David McRitchie" wrote: are you sure you looked at correct article:: http://www.contextures.com/xlcomment...ml#CopyToSheet If it doesn't do what you want then indicate what you really wanted or want to change. Perhaps you want also the label at the top of the column that the cell is in and the label to the left of the row that the cell is in as well. (untested) .Cells(i, 5).Value = mycell.offset(-mycell.row+1).Value .Cells(i, 5).Value = mycell.offset(-mycell.column+1).Value"Mohammad" wrote ... Jason, Thank you for the link. It is very helpfull. However it did not answer my question. I'll contact the owner of the link. Thanks again. "Jason Morin" wrote: I'm sure you'll find some code here to meet your needs: http://www.contextures.com/xlcomments03.html#copy HTH Jason Atlanta, GA "Mohammad" wrote: How can I print comments, at page end, with cell label or given name instead of standard cell name like A1, C4 etc..? Thank you |
All times are GMT +1. The time now is 08:27 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com