sort by color

  • Thread starter Thread starter Churley
  • Start date Start date
C

Churley

I have tried to sort by color using a VBA. It was successful on one
spreadsheet I am working on, but not on another. I keep getting the error
message "NAME?", and I don't know why. Any help would be appreciated.

Thank you
 
The NAME error means that Excel cannot find the function to sort by color.

It must be present in each workbook or point the function to the workbook that
contains the code.

=workbook1.xls!sortbycolor(A1,false) or similar in workbook2


Gord Dibben MS Excel MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top