Mark has attended:
Excel Advanced course
Access Introduction course
Return Of Cells Based On Formatting
Hi
I am trying to return a list of the codes within a database that have been filled with a yellow background.
i.e. only the cells within the main list that have a fill colour are extracted into a different sheet
Hope someone can help. Thanks
Mark
RE: Return Of Cells Based On Formatting
Mark
Excel does not have any built-in worksheet functions for working with the colors of cells or fonts. If you want to read or test the color of a cell, you have to use VBA procedure.
hope this answers your question.
regards
david