I have a workbook with Sheets numbered T1 through T200, I'm using the following macro.
Option Explicit
![]()
Sub Worksheet_Activate() Sheets(Array("Sheet Format Template", "T1", "T2")).Select End Sub
Is there a way to include all the sheets in the work book starting with the letter T without listing all the sheets individually as above.![]()
Sub Worksheet_Deactivate() ActiveSheet.Select End Sub
Thank you,
Eric
Bookmarks