
Signature
--
Regards
Frank Kabel
Frankfurt, Germany
> Hello experts...
>
[quoted text clipped - 11 lines]
> Thanks
> Fenton
Wow... it works!!!! thanks
This is what I found on every sheet:
Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range)
End Sub
I deleted them and the marco warning message is gone! By the way, what does
that code do? What was it there is the first place?
Fenton
> Hi
> see:
[quoted text clipped - 28 lines]
> > Thanks
> > Fenton
Frank Kabel - 06 Oct 2004 16:30 GMT
Hi
this code does nothing. Just the (empty) stub of an event procedure

Signature
--
Regards
Frank Kabel
Frankfurt, Germany
> Wow... it works!!!! thanks
> This is what I found on every sheet:
[quoted text clipped - 39 lines]
> > > Thanks
> > > Fenton
Dave Peterson - 06 Oct 2004 22:03 GMT
But this is where you'd put some code that would fire whenever you changed the
selection on that worksheet.
Try this against a test worksheet in a test workbook. (rightclick on the
worksheet tab and select view code. Then paste this into the code window:
Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range)
msgbox target.address
End Sub
You'll see a message box each time you select a different range.
> Wow... it works!!!! thanks
> This is what I found on every sheet:
[quoted text clipped - 39 lines]
> > > Thanks
> > > Fenton

Signature
Dave Peterson
ec35720@msn.com