+ Reply to Thread
Results 1 to 2 of 2

Only print comments if specific cell within same row>0

  1. #1
    Registered User
    Join Date
    05-19-2010
    Location
    san diego, ca
    MS-Off Ver
    Excel 2003
    Posts
    1

    Red face Only print comments if specific cell within same row>0

    Hi there,

    I have been searching the web & this forum for help. I want to only print the comments inserted onto (red triangle) a cell, if another cell within the same row has a value >0. I have an select macro, which only selects rows that have "x" returned to Column A. Column A returns an "x" if Column G has a value >0. The print comments at end of sheet option is great, except that it prints ALL comments saved to the sheet. I have several comments that live in my template, however I would only want them to print out if column G has a value >0.

    Btw, I am a total n00b with VBA.
    Attached Files Attached Files

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,703

    Re: Only print comments if specific cell within same row>0

    Your macros are in a different file (Detail Est 01-10-10er.XLT) so I can't see what they do. I would suggest you put these macros directly into the file that will be using them.

    At any rate, one solution would be to write VBA code to print the desired comments to another sheet, and print that sheet. Excel does not support selecting comments for printing at the comment level.

    If you create another worksheet called Comments, this code will make a pass through your data and put the desired comments on that sheet. You can then print that. This solution is very specific to your situation.

    Please Login or Register  to view this content.
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1