Another application, another opportunity to learn.
The setup:
I have a Worksheet (DWG Rev) in a Workbook that compares two values (Drawing Revision Letters) and displays in red (via Conditional Formatting) when the values are not equal. This alerts the user that a change has been made. If they see no red, they don't have to manually review each Drawing for changes. This saves a lot of time. But then they have to manually look up each Drawing # in red to see what changes have been made. This is also very time-consuming.
What I need is a macro that looks through the list (which varies in length, but is always contiguous) and picks out the values which have been made red by Conditional Formatting, place them in a list and display them in a VBA UserForm. The user would then select (via OptionButton) if they wanted to view the Drawing. If yes, Adobe Acrobat would open (the Drawings are in PDF format) and display the Drawing.
So far, I can open Adobe Acrobat to the correct path with no problems. I also went to the Chip Pearson website and used some of the Conditional Formatting macros, but can't get them to return anything but an empty string for the range of red cells.
I need to know how to populate the list of red cells so I can make them available to the UserForm.
Any help is greatly appreciated. You always come through for me.
The setup:
I have a Worksheet (DWG Rev) in a Workbook that compares two values (Drawing Revision Letters) and displays in red (via Conditional Formatting) when the values are not equal. This alerts the user that a change has been made. If they see no red, they don't have to manually review each Drawing for changes. This saves a lot of time. But then they have to manually look up each Drawing # in red to see what changes have been made. This is also very time-consuming.
What I need is a macro that looks through the list (which varies in length, but is always contiguous) and picks out the values which have been made red by Conditional Formatting, place them in a list and display them in a VBA UserForm. The user would then select (via OptionButton) if they wanted to view the Drawing. If yes, Adobe Acrobat would open (the Drawings are in PDF format) and display the Drawing.
So far, I can open Adobe Acrobat to the correct path with no problems. I also went to the Chip Pearson website and used some of the Conditional Formatting macros, but can't get them to return anything but an empty string for the range of red cells.
I need to know how to populate the list of red cells so I can make them available to the UserForm.
Any help is greatly appreciated. You always come through for me.