I've made a dialog box on which I'm going to put a list of sheet names and check boxes by each one, the idea being users can pick which sheets they want to print and then a print button which will put all the sheets they want into an array and print them in one go.
I'm having problems referring to the check box in VBA and how to put certain sheet names into an array from which to then print.
As you will see below I haven;t got very far and am not very good at this. Any help will be appreciated.
Sub PrintRange()
Dim S As String
DialogSheets("Print Menu".Select
If object.("Check Box 6" = Enabled = Empty Then
S = "Summary"
Else
End If
End Sub
Thanks
I'm having problems referring to the check box in VBA and how to put certain sheet names into an array from which to then print.
As you will see below I haven;t got very far and am not very good at this. Any help will be appreciated.
Sub PrintRange()
Dim S As String
DialogSheets("Print Menu".Select
If object.("Check Box 6" = Enabled = Empty Then
S = "Summary"
Else
End If
End Sub
Thanks