Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello:
I am looking for a way to have a macro that will automatically select a range by the cells in the ranges background color. I have an area that is a set width, (cells H-K) but the length can vary depending on other information in the sheet. I have conditional formatting set to automatically color the cells blue how it is supposed to, but would like a macro that will automatically select the cells that are blue. Any ideas? Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can try my EasyFilter add-in for one column
http://www.rondebruin.nl/easyfilter.htm If you want to copy/hide or delete the rows -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "WBTKbeezy" wrote in message ... Hello: I am looking for a way to have a macro that will automatically select a range by the cells in the ranges background color. I have an area that is a set width, (cells H-K) but the length can vary depending on other information in the sheet. I have conditional formatting set to automatically color the cells blue how it is supposed to, but would like a macro that will automatically select the cells that are blue. Any ideas? Thanks |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
No, I am not looking for any kind of adding/deleting or copying, I just need
a simple select (Once selected, I need to upload data into a different add-in)... There are IF formulas in the cells that yeild a blank (="") if false (which is also when there is NO blue - so I would not want it selected...) "Ron de Bruin" wrote: You can try my EasyFilter add-in for one column http://www.rondebruin.nl/easyfilter.htm If you want to copy/hide or delete the rows -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "WBTKbeezy" wrote in message ... Hello: I am looking for a way to have a macro that will automatically select a range by the cells in the ranges background color. I have an area that is a set width, (cells H-K) but the length can vary depending on other information in the sheet. I have conditional formatting set to automatically color the cells blue how it is supposed to, but would like a macro that will automatically select the cells that are blue. Any ideas? Thanks |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I figured out a different way for this, I have created a dynamic named range,
so in a macro I can select that range, but the range will change sizes. "WBTKbeezy" wrote: No, I am not looking for any kind of adding/deleting or copying, I just need a simple select (Once selected, I need to upload data into a different add-in)... There are IF formulas in the cells that yeild a blank (="") if false (which is also when there is NO blue - so I would not want it selected...) "Ron de Bruin" wrote: You can try my EasyFilter add-in for one column http://www.rondebruin.nl/easyfilter.htm If you want to copy/hide or delete the rows -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "WBTKbeezy" wrote in message ... Hello: I am looking for a way to have a macro that will automatically select a range by the cells in the ranges background color. I have an area that is a set width, (cells H-K) but the length can vary depending on other information in the sheet. I have conditional formatting set to automatically color the cells blue how it is supposed to, but would like a macro that will automatically select the cells that are blue. Any ideas? Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
=COUNTIF(range, select items highlighted with specific color) | Excel Worksheet Functions | |||
Bring up Color Palette to select color | Excel Discussion (Misc queries) | |||
change fill color of a range of cells based on color of a cell? | Excel Programming | |||
Macro to select cells within a range in which the cell color is none | Excel Programming | |||
Select Sheet then Select Range | Excel Programming |