Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hello - I need to print an Excel 2007 spreadsheet where the comment
indicators (little red triangles) print. I don't want the comment itself to print - I know how to do that - but just to indicator to show that the cell contains a comment. If it isn't possible to get the red triangles to print, is there a fairly easy way to use conditional formatting or something similar to shade those cells that contain comments a different color? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() See 'Print comment indicator - MrExcel Message Board' (http://www.mrexcel.com/forum/showthread.php?t=43827) for a possible workaround. In regards to your comment about having a macro color-code the entire cell if there is a comment, you could write code that checks to see if each cell in a range has a comment (by checking the cell's .Comment.Text property - but note that you will have to deal with the fact that the check will generate an error that you will have to trap if the cell doesn't have a comment). Once you have found a cell with a comment, then the code could change the interior color of the cell... -- jamescox ------------------------------------------------------------------------ jamescox's Profile: http://www.thecodecage.com/forumz/member.php?userid=449 View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=110167 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
comment indicator line | Excel Worksheet Functions | |||
changing comment indicator colour | Excel Discussion (Misc queries) | |||
format comment indicator | Excel Discussion (Misc queries) | |||
Ability to change the Excel comment indicator color | Excel Worksheet Functions | |||
I have one missing comment indicator amongst several. How can i c. | Excel Discussion (Misc queries) |