R
raj
Just a quick verification...
If one were to use the following code line:
Set xFind = Range(xColumn).Find("Total Equities")
Or for that matter, anytime the "Set" command is used,
shouldn't one always at some point later set the variable
equal to nothing?
For example,
Set xFind = Nothing
Thanks for your input.
If one were to use the following code line:
Set xFind = Range(xColumn).Find("Total Equities")
Or for that matter, anytime the "Set" command is used,
shouldn't one always at some point later set the variable
equal to nothing?
For example,
Set xFind = Nothing
Thanks for your input.