Hi,
I've got a file that prepare a report pack and prints, various reports. Someone has asked to have a pack excluding a few reports, so I thought I would add a checkbox next to the report list.
Just been testing this and it doesn't like it. My VBA knowledge is light, but thought this was straight forward.
Cheers
Sub Macro6()
If CheckBox5.Value = True Then ActiveWindow.SelectedSheets.PrintOut Copies:=1
End Sub
I've got a file that prepare a report pack and prints, various reports. Someone has asked to have a pack excluding a few reports, so I thought I would add a checkbox next to the report list.
Just been testing this and it doesn't like it. My VBA knowledge is light, but thought this was straight forward.
Cheers
Sub Macro6()
If CheckBox5.Value = True Then ActiveWindow.SelectedSheets.PrintOut Copies:=1
End Sub