



Em thấy cách này cũng được nhỉ:Gọi Form thì bạn dùng Code sau tại Code sheet S1
Mã:Private Sub Worksheet_SelectionChange(ByVal Target As Range) If Not Application.Intersect(Target, [G6:G20]) Is Nothing Then uFQuanlyTen.Show End If End Sub
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean)
If Not Application.Intersect(Target, [G6:G20]) Is Nothing Then
uFQuanlyTen.Show
End If
End Sub