K
King Albert II
Hi,
I'd like to attach the eventhandler below, to any sheet that I add in
code like so : Set wsUpload = ThisWorkbook.Worksheets.Add
Private Sub Worksheet_BeforeDoubleClick(ByVal target As Range, Cancel As
Boolean)
Call bereikenmaken
If target.Column = Range("womschrijving").Column Then
Load Ingave
Call tonen(target)
Ingave.Show
End If
End Sub
How can I do that ?
thx
Ward
I'd like to attach the eventhandler below, to any sheet that I add in
code like so : Set wsUpload = ThisWorkbook.Worksheets.Add
Private Sub Worksheet_BeforeDoubleClick(ByVal target As Range, Cancel As
Boolean)
Call bereikenmaken
If target.Column = Range("womschrijving").Column Then
Load Ingave
Call tonen(target)
Ingave.Show
End If
End Sub
How can I do that ?
thx
Ward