I have a line of code that I am using in
VB. Not the line of code is
actually VBA code being used in
VB (via Visual Studio 2008 Express). It is
giving me a beeping noise. Its the line " .ShowDependents()". Why would this
be happening?
With rng
If .DirectDependents Is Nothing Then
.ShowDependents()
End with
Thanks
EM