Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Mohammad
 
Posts: n/a
Default 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
  #2   Report Post  
Jason Morin
 
Posts: n/a
Default

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

  #3   Report Post  
Mohammad
 
Posts: n/a
Default

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

  #4   Report Post  
Debra Dalgleish
 
Posts: n/a
Default

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

  #5   Report Post  
David McRitchie
 
Posts: n/a
Default

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





  #6   Report Post  
Mohammad
 
Posts: n/a
Default

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




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do you print all data in a cell? qznsdwight Excel Worksheet Functions 1 March 29th 05 01:48 AM
How do I print on continuous label paper in Excel? Viktor Excel Discussion (Misc queries) 1 February 1st 05 03:50 PM
comments in cell shown halfsized Roland Excel Discussion (Misc queries) 0 January 25th 05 08:39 PM
Can Comments be automatically converted to text cell values? tomdog61 Excel Discussion (Misc queries) 1 January 23rd 05 09:38 PM
Using Name Label to try to define linked cell John Links and Linking in Excel 5 December 4th 04 09:12 AM


All times are GMT +1. The time now is 11:08 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"