Hi
I'm tryn to make this work. So when I click a cell on the worksheet and if that cell is in range A2:A200 it should open my frmPregled userform
![]()
Private Sub Worksheet_SelectionChange(ByVal Target As Range) If Target.Select = "A2:A200" Then frmPregled.Show End If End Sub
Bookmarks