BeforeDoubleClick
By chance did you create a variable named Target--a boolean variable on top of
that?
Stefi wrote:
Hi All,
I have a
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As
Boolean)
event procedure which worked well. I couldn't determine what happened, but
now it doesn't work, because Target is False and not a Range. What went wrong
and how could I fix it?
Thanks,
Stefi
--
Dave Peterson
|