Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / Worksheet Functions / May 2008

Tip: Looking for answers? Try searching our database.

Cell Color (background & text) Different in Shared Workbooks

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Sonya - 22 May 2008 18:56 GMT
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 - 22 May 2008 21:52 GMT
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.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.