Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I created a 'shared' spreadsheet and made cells containing different
backround & font colors (say, white text on blue background). The problem is, when someone else opens the shared spreadsheet, they see different colors than what I've created. This is especially problematic in the following scenario: MY workbook shows white text on a blue background, THEIR workbook shows Green text on Green background (so the cell APPEARS to be blank, until you click on it to look at the actual cell contents). Not sure how to get us all on the same page in shared workbooks. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Sonya,
Try putting this code into the "ThisWorkbook" window of the VBA: Private Sub Workbook_Open() ActiveWorkbook.ResetColors End Sub Each time the workbook is opened, all colours will be reset to their original defaults, hopefully bringing the uniformity you want. Regards - Dave. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
cell background color and cell text color | Excel Worksheet Functions | |||
How do I- IF the cell background is RED in color then contain 1 | Excel Worksheet Functions | |||
Add background color to cell | Excel Discussion (Misc queries) | |||
how do i flag a cell using background color | Excel Worksheet Functions | |||
Default Border, Font Color, and Cell Background Color | Excel Discussion (Misc queries) |