View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ExcelMonkey ExcelMonkey is offline
external usenet poster
 
Posts: 553
Default Line of code causing a beeping sound

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