السلام عليكم
هنا يتم تعطيل فعالية الزر الى ان تستكمل البيانات
اذا اردت اخفاء الزر غير الى الاتى
Private Sub Worksheet_Change(ByVal Target As Range)
If Cells(6, 5).Value = "" Or Cells(7, 5).Value = "" Or Cells(8, 5).Value = "" Then
Me.CommandButton1.Visible = False
Else
Me.CommandButton1.Visible = True
End If
End Sub
___________________.rar