Visible vs. Hide property for Userforms in Excel-VBA - Toolbox for IT Groups
If you want to say work with the sheet or another UserForm, as I said simply hide the form with Me.Hide. Option Explicit Private Sub CommandButton1_Click() Me.Hide UserForm2.Show End Sub After UserForm2s loaded & closed with say another button on it with
visualbasic.ittoolbox.com |