Hi Guys,
Below is a macro for a user form I have in my workbook however I am struggling to add more viewable sheets per user.
Dim bOK2Use As Boolean
Private Sub btnOK_Click()
Dim bError As Boolean
Dim sSName As String
Dim p As DocumentProperty
Dim bSetIt As Boolean...