Jak
Well-known Member
- Joined
- Apr 5, 2002
- Messages
- 833
Hi all
Just a quick question on worksheet order. Is there a way to keep specific worksheet in a particular order via VBA.
Example.
Sheet1, Sheet2, Returns, Log, SLAs
In a shared workbook, the worksheet names: "Returns", "Log", "SLAs" need to be the last three worksheets on the right hand side of the workbook. When users add additional worksheets, this changes the ordering ie.
Sheet1, Sheet2, Returns, Log, SLAs, Sheet4
Is it possible to search for these sheet names and move them as outlined above when the workbook is opened?
Just a quick question on worksheet order. Is there a way to keep specific worksheet in a particular order via VBA.
Example.
Sheet1, Sheet2, Returns, Log, SLAs
In a shared workbook, the worksheet names: "Returns", "Log", "SLAs" need to be the last three worksheets on the right hand side of the workbook. When users add additional worksheets, this changes the ordering ie.
Sheet1, Sheet2, Returns, Log, SLAs, Sheet4
Is it possible to search for these sheet names and move them as outlined above when the workbook is opened?