Relative Content

Tag Archive for excelvbanamed-ranges

Reference Named Ranges in VBA

In my Excel workbook, I’ve made a single cell a named range. Instead of using vba to do this, I just went to Formulas > Name_Manager > New in Excel. I now want to refer to this named range in a macro that I’m writing. The macro will copy the color of a cell if that cell’s background color matches that of my named range.