Hi I have the following code
Private Sub CloseBtn_Click()
ActiveCell.EntireRow.Font.ColorIndex = 1
Unload UserForm4
MsgBox "closing"
End Sub
Can someone suggest a reason that it runs twice - I click Close, the form disappears, message box "closing" appears, then the form appears again, click...