Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 32
Default worksheet cells fill with color after typing

I have a worksheet and I am only supposed to type data in un-filled (white)
cells. Other cells that are filled with light blue color are to be left
blank.

When I type in some of the un-filled cells and advance to the next cell for
typing, the first one I typed in turns light blue! There is no conditional
formatting in the cell.

What could be causing some of these cells to fill with light blue color
after typing in them???
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default worksheet cells fill with color after typing

Perhaps an Event Macro. Right-click the tab name at the bottom of the excel
window and select View Code.
--
Gary''s Student - gsnu200767


"Betsy" wrote:

I have a worksheet and I am only supposed to type data in un-filled (white)
cells. Other cells that are filled with light blue color are to be left
blank.

When I type in some of the un-filled cells and advance to the next cell for
typing, the first one I typed in turns light blue! There is no conditional
formatting in the cell.

What could be causing some of these cells to fill with light blue color
after typing in them???

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 32
Default worksheet cells fill with color after typing

This isn't the case. Thanks for the suggestion, though.

"Gary''s Student" wrote:

Perhaps an Event Macro. Right-click the tab name at the bottom of the excel
window and select View Code.
--
Gary''s Student - gsnu200767


"Betsy" wrote:

I have a worksheet and I am only supposed to type data in un-filled (white)
cells. Other cells that are filled with light blue color are to be left
blank.

When I type in some of the un-filled cells and advance to the next cell for
typing, the first one I typed in turns light blue! There is no conditional
formatting in the cell.

What could be causing some of these cells to fill with light blue color
after typing in them???

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default worksheet cells fill with color after typing

Possibly ToolsOptionsEdit "Extend data range formulas and formats"

Uncheck that.

Or, to follow the event code idea.........right-click on the Excel Icon left of
"File" and select "View Code

Anything there like.............................

Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range)
some code here
End Sub



Gord Dibben MS Excel MVP

On Fri, 1 Feb 2008 08:13:05 -0800, Betsy
wrote:

This isn't the case. Thanks for the suggestion, though.

"Gary''s Student" wrote:

Perhaps an Event Macro. Right-click the tab name at the bottom of the excel
window and select View Code.
--
Gary''s Student - gsnu200767


"Betsy" wrote:

I have a worksheet and I am only supposed to type data in un-filled (white)
cells. Other cells that are filled with light blue color are to be left
blank.

When I type in some of the un-filled cells and advance to the next cell for
typing, the first one I typed in turns light blue! There is no conditional
formatting in the cell.

What could be causing some of these cells to fill with light blue color
after typing in them???


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
HOW DO I SET UP DROP DOWN CELLS TO AUTO FILL AS I START TYPING IN. Trenner Excel Discussion (Misc queries) 2 May 16th 06 12:33 PM
Can I auto fill a cell in one worksheet by typing a code number Gomer Pyle Excel Worksheet Functions 1 August 27th 05 01:24 AM
Excel 2003 will not display color fonts or color fill cells DaveC Excel Worksheet Functions 1 April 11th 05 04:38 PM
My excel 2003 wont let me fill cells with color or color the tabs. trizog New Users to Excel 2 February 22nd 05 06:43 PM
I need help getting Excel to auto-fill cells when I begin typing . todd New Users to Excel 2 January 7th 05 03:07 PM


All times are GMT +1. The time now is 03:18 AM.

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"