Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you for pointing out that I should use the code name - rather than tab
name - how would the following code be change to use code name - rather than tab name? Sub Print_pages() Dim sht As Worksheet For Each sht In Worksheets If sht.Name < "Input" And sht.Visible = True Then sht.PrintOut End If Next End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|