S
Stacy35216
Thanks for the reply.
Unfortunately, there aren't always formula cells in the range.
In that case, Excel doesn't get past the line
Set rng2 = Range("A1:C25").SpecialCells(xlFormulas)
because it throws an error saying that no cells were found. I don'
know why it can't have a null set
Unfortunately, there aren't always formula cells in the range.
In that case, Excel doesn't get past the line
Set rng2 = Range("A1:C25").SpecialCells(xlFormulas)
because it throws an error saying that no cells were found. I don'
know why it can't have a null set