Hello to all,
We have a WB1 that upon opening evaluates cell d37
if D37 is blank then VB will go out to the network, search
another wb2, and retrieve a number and apply that number
to D37 of the current WB1.
Next, if d37 of wb1 is populated we use this:
If Range("D37").Value <> "" Then Exit...