mole999
Well-known Member
- Joined
- Oct 23, 2004
- Messages
- 10,524
- Office Version
- 2019
- 2016
- 2013
- Platform
- Windows
I have a simple lister to put information onto a page
I've tried eliminating a number of sheet names, that are usually hidden
Master and Data Page and Times
anyone point me into how I can exclude those from being added
Code:
Dim I
For I = 3 To Sheets.Count
Cells(I, 24) = Sheets(I).Name
Next I
I've tried eliminating a number of sheet names, that are usually hidden
Master and Data Page and Times
anyone point me into how I can exclude those from being added