![]() |
Print pink sheets
Hi. Is there a way to print all sheets in a workbook that have a specific
tab color? For instance, color index 38? Thanks! |
Print pink sheets
for each sh in Activeworkbook.Worksheets
if sh.tab.colorIndex = 38 then sh.printout end if Next -- Regards, Tom Ogilvy "Steph" wrote: Hi. Is there a way to print all sheets in a workbook that have a specific tab color? For instance, color index 38? Thanks! |
All times are GMT +1. The time now is 03:13 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com