Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I have a user that wants to color code her worksheet tabs. I know that you
can individually color code each one by right-clicking. Is there a way to have excel launch with each tab set to a color (ex. sheet 1=red, sheet2=green, sheet3=yellow, etc.)? She wants this to launch this way every time. Thanks. Shane |
#2
![]() |
|||
|
|||
![]()
Certainly a workbook_open event could do this but why not just set a
template with the sheets colored as desiredsave ituse it.. -- Don Guillett SalesAid Software "Shane" wrote in message ... I have a user that wants to color code her worksheet tabs. I know that you can individually color code each one by right-clicking. Is there a way to have excel launch with each tab set to a color (ex. sheet 1=red, sheet2=green, sheet3=yellow, etc.)? She wants this to launch this way every time. Thanks. Shane |
#3
![]() |
|||
|
|||
![]()
That works for new docs, but what about old documents that have all white tabs?
"Don Guillett" wrote: Certainly a workbook_open event could do this but why not just set a template with the sheets colored as desiredsave ituse it.. -- Don Guillett SalesAid Software "Shane" wrote in message ... I have a user that wants to color code her worksheet tabs. I know that you can individually color code each one by right-clicking. Is there a way to have excel launch with each tab set to a color (ex. sheet 1=red, sheet2=green, sheet3=yellow, etc.)? She wants this to launch this way every time. Thanks. Shane |
#4
![]() |
|||
|
|||
![]()
Shane
For all new workbooks to have the color-coded tabs......... Open a new workbook. Customize as you wish. FileSave As Type: scroll down to Excel Template(*.XLT) and select. Name your workbook "BOOK"(no quotes). Excel will add the .XLT to save as BOOK.XLT. Store this workbook in the XLSTART folder usually located at........ C:\Documents and Settings\username\Application Data\Microsoft\Excel\XLSTART This will be the default workbook for FileNew or when you click on the New Icon on the Standard Toolbar. Existing workbooks are not affected by these settings. You can also open a new workbook and delete all but one sheet. Customize as you wish then save this as SHEET.XLT in XLSTART folder also. It now becomes the default InsertSheet. More can be found on this in Help under "templates"(no quotes). Gord Dibben Excel MVP On Tue, 1 Nov 2005 06:57:04 -0800, "Shane" wrote: I have a user that wants to color code her worksheet tabs. I know that you can individually color code each one by right-clicking. Is there a way to have excel launch with each tab set to a color (ex. sheet 1=red, sheet2=green, sheet3=yellow, etc.)? She wants this to launch this way every time. Thanks. Shane |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to save sheets in new excel files, automatically? | Excel Worksheet Functions | |||
Using Access database to "populate" Excel Sheets | Excel Discussion (Misc queries) | |||
Opening multiple Excel files that contain varied selected sheets | Excel Worksheet Functions | |||
How can I merge multiple sheets from different Excel files workbo. | Excel Worksheet Functions | |||
Create New Microsoft Excel Worksheet Has 3 Sheets | Setting up and Configuration of Excel |