Userform mình có code
Private Sub UserForm_Initialize()
Application.WindowState = xlMaximized
Me.Top = 0: Me.Left = 0
Me.Width = Application.Width
Me.Height = Application.Height
Worksheets("Nhaphoso").Select
Range(Cells(8, 3), Cells(8, 9)).Value = ""
Range(Cells(13, 1), Cells(13, 20)).Value = ""
Range(Cells(16, 1), Cells(16, 6)).Value = ""
Range(Cells(16, 9), Cells(26, 9)).Value = "."
Range(Cells(31, 6), Cells(31, 11)).Value = ""
End Sub
Giờ cần cố định không cho di chuyển qua lại userform thì làm thế nào mọi người
Private Sub UserForm_Initialize()
Application.WindowState = xlMaximized
Me.Top = 0: Me.Left = 0
Me.Width = Application.Width
Me.Height = Application.Height
Worksheets("Nhaphoso").Select
Range(Cells(8, 3), Cells(8, 9)).Value = ""
Range(Cells(13, 1), Cells(13, 20)).Value = ""
Range(Cells(16, 1), Cells(16, 6)).Value = ""
Range(Cells(16, 9), Cells(26, 9)).Value = "."
Range(Cells(31, 6), Cells(31, 11)).Value = ""
End Sub
Giờ cần cố định không cho di chuyển qua lại userform thì làm thế nào mọi người