ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Cell Color (background & text) Different in Shared Workbooks (https://www.excelbanter.com/excel-worksheet-functions/188580-cell-color-background-text-different-shared-workbooks.html)

Sonya

Cell Color (background & text) Different in Shared Workbooks
 
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.

Dave

Cell Color (background & text) Different in Shared Workbooks
 
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.


All times are GMT +1. The time now is 09:29 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com