I have a function that looks at a list of numbers, and I want to use .Cells(xlDown) to get to the bottom of the range.
When there is only one item, the xlDown goes to the bottom of the sheet. Then if I do a "For each c in ..." it takes a while.
What is an easy way to prevent that?
Thanks,
Harold
When there is only one item, the xlDown goes to the bottom of the sheet. Then if I do a "For each c in ..." it takes a while.
What is an easy way to prevent that?
Thanks,
Harold