Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default 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.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,388
Default 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.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
cell background color and cell text color Jeff Klein Excel Worksheet Functions 1 November 1st 07 08:59 PM
How do I- IF the cell background is RED in color then contain 1 sunshine19992 Excel Worksheet Functions 3 May 23rd 07 09:26 PM
Add background color to cell Rich K. Excel Discussion (Misc queries) 2 January 23rd 07 09:56 PM
how do i flag a cell using background color Heather Excel Worksheet Functions 0 August 21st 06 09:01 PM
Default Border, Font Color, and Cell Background Color Elijah Excel Discussion (Misc queries) 1 October 28th 05 04:10 PM


All times are GMT +1. The time now is 01:26 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"