Code:
[FONT=Verdana][SIZE=1]Private Sub CommandButton1_Click()<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>[/SIZE][/FONT]
[FONT=Verdana][SIZE=1]Dim iRow As Long<o:p></o:p>[/SIZE][/FONT]
[FONT=Verdana][SIZE=1]Dim WS As Worksheet<o:p></o:p>[/SIZE][/FONT]
[FONT=Verdana][SIZE=1]Set WS = Worksheets("Sheet1")[/SIZE][/FONT]
[SIZE=1]......F[FONT=Verdana]ollowed by a long list of functions to be performed.[/FONT][/SIZE]
<o></o>
I'd like to add code to the end of the routine to print hidden Sheet3?<o></o>
<o></o>
I haven’t tried everything, yet.<o></o>