G
Guest
Hi
I have created a very simple userform which I want to be displayed each time
any cell is used. I have tried typing this code..
Private Sub Worksheet_Change(ByVal Target As Range)
Application.EnableEvents = False
Roulette.Show
Application.EnableEvents = True
End Sub
in the worksheet code module, but when I hit the enter key after adding some
data into any cell the user form doesn't show
any ideas why??
I have created a very simple userform which I want to be displayed each time
any cell is used. I have tried typing this code..
Private Sub Worksheet_Change(ByVal Target As Range)
Application.EnableEvents = False
Roulette.Show
Application.EnableEvents = True
End Sub
in the worksheet code module, but when I hit the enter key after adding some
data into any cell the user form doesn't show
any ideas why??