J
jay dean
Hi -
I am using the Replace() function for a very large range. It works okay
but wait time is quite long. Is there a more elegant approach to the
below?
For Each rng In Range("B3:B65500")
If rng.Value <> "" Then
rng.Value = Replace(rng.Value, "-", ",")
End If
Next rng
Any help would be appreciated! Thanks
Jay
*** Sent via Developersdex http://www.developersdex.com ***
I am using the Replace() function for a very large range. It works okay
but wait time is quite long. Is there a more elegant approach to the
below?
For Each rng In Range("B3:B65500")
If rng.Value <> "" Then
rng.Value = Replace(rng.Value, "-", ",")
End If
Next rng
Any help would be appreciated! Thanks
Jay
*** Sent via Developersdex http://www.developersdex.com ***