worksheet cells fill with color after typing

B

Betsy

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???
 
G

Gary''s Student

Perhaps an Event Macro. Right-click the tab name at the bottom of the excel
window and select View Code.
 
G

Gord Dibben

Possibly Tools>Options>Edit "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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top