"Nate0" responded to an earlier post to my challenge in sorting by highlighted rows.
I tried to use a simplified function:
Function Clr(myRng As range)
Clr=myRng.Interior.ColorIndex
End Function
.... but I don't know what to do just after the paste function(shift+F3). Within the "Function name" area, I choose "Module2.Clr", however when I hit "OK" I'm further prompted to put a formula there "=Module2.Clr()"
That's where I'm stumped! Please help.
Thx,
Kev
I tried to use a simplified function:
Function Clr(myRng As range)
Clr=myRng.Interior.ColorIndex
End Function
.... but I don't know what to do just after the paste function(shift+F3). Within the "Function name" area, I choose "Module2.Clr", however when I hit "OK" I'm further prompted to put a formula there "=Module2.Clr()"
That's where I'm stumped! Please help.
Thx,
Kev