I have entered code for message box as follows:

Private Sub Command2_Click()

msgbox "Refreshing Successfully" Here when i click command button default sound coming. I want to disable this default sound

End Sub