Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In my sheet there are some cells with borders formatted in and others without
borders. Once a border is set in a cell the Cell Format process seems to no longer function...right click and select format goes nowhere, top menu format cells goes nowhere. Cells without borders already set can be formatted. Does setting a border stop all other formatting? -- Jim |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Jim
Setting a border on a cell should not restrict further formatting of that cell. Can you type into that cell or otherwise change content? If you copy another unbordered cell and paste does the border go away? "Goes nowhere" means if you select a bordered cell then FormatCells no menu with options shows up? Just happens on one sheet or all sheets in the workbook? You may have some event code that is locking the bordered cells. Right-click on the sheet tab and "View Code". Anything in that module? Gord Dibben MS Excel MVP On Sat, 9 Jun 2007 15:56:01 -0700, Jim wrote: In my sheet there are some cells with borders formatted in and others without borders. Once a border is set in a cell the Cell Format process seems to no longer function...right click and select format goes nowhere, top menu format cells goes nowhere. Cells without borders already set can be formatted. Does setting a border stop all other formatting? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I can enter data in the cells with borders but can not change borders nor
other formating. Goes Nowhere does mean that no menu with options appears If I copy un unbordered cell the border goes away but the cell still cannot be formatted. There are two sheets in the workbook, both exhibit this condition. Right-click on sheet tab and selection of worksheet shows this: Private Sub Worksheet_SelectionChange(ByVal Target As Range) Sheet was created in QuattroPro, saved as .xls Excel sheet and then opened on Excel2003. Borders were part of the original QuattroPro worksheet. End Sub -- Jim "Gord Dibben" wrote: Jim Setting a border on a cell should not restrict further formatting of that cell. Can you type into that cell or otherwise change content? If you copy another unbordered cell and paste does the border go away? "Goes nowhere" means if you select a bordered cell then FormatCells no menu with options shows up? Just happens on one sheet or all sheets in the workbook? You may have some event code that is locking the bordered cells. Right-click on the sheet tab and "View Code". Anything in that module? Gord Dibben MS Excel MVP On Sat, 9 Jun 2007 15:56:01 -0700, Jim wrote: In my sheet there are some cells with borders formatted in and others without borders. Once a border is set in a cell the Cell Format process seems to no longer function...right click and select format goes nowhere, top menu format cells goes nowhere. Cells without borders already set can be formatted. Does setting a border stop all other formatting? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Those two lines are doing nothing.
I'm now curious. If you want, email me the workbook and I'll have a look. Change the AT and DOT appropriately to get my email address. Gord On Sat, 9 Jun 2007 17:51:00 -0700, Jim wrote: I can enter data in the cells with borders but can not change borders nor other formating. Goes Nowhere does mean that no menu with options appears If I copy un unbordered cell the border goes away but the cell still cannot be formatted. There are two sheets in the workbook, both exhibit this condition. Right-click on sheet tab and selection of worksheet shows this: Private Sub Worksheet_SelectionChange(ByVal Target As Range) Sheet was created in QuattroPro, saved as .xls Excel sheet and then opened on Excel2003. Borders were part of the original QuattroPro worksheet. End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
In excell how can I print the borders in my cells? | Excel Discussion (Misc queries) | |||
printing cells with borders | Excel Discussion (Misc queries) | |||
Creating cells with Diagonal borders | Excel Discussion (Misc queries) | |||
Borders Don't Line up with Cells. | Excel Discussion (Misc queries) |