Highlight cell border with TreeListView in ObjectListView - objectlistview

When I click on a cell in TreeListView I want the border of the cell to be highlighted.
Is this possible?
I can only find the highlight background and foreground options.
Thanks

Related

Excel change text colour if a select option is selected

On my worksheet I have text in cell D12, currently this text is bold and red.
I have a select drop-down in F12, if an option is selected in the drop-down I would like the text in D12 to be black and bold. If the option is set back to nothing or empty I would like the text to go back to being red and bold.
Can this be done ?
Thanks

Format as Table in Excel

I have a set of cells. All have a grey background color. When I mark all those cells and click on "Format as Table", the background colors of the cells don't change! I expect to see the first row in dark blue, second in light blue, third in dark blue again, and so on. If I mark all cells first and click on "clear formats", all cells are white. After this step it works: I can use "Format as Table" and get the expected output. However I cannot use "clear formats" first, because some cells have a red font. Because their content is important. I need to keep the red font in those cells! Why does "Format as Table" not change the background color of my cells according to the table scheme?
Format table indeed, applies a format to a range, but we even when you have a range of data formated as a table, you still can customize the background color of any cell.
To solve your problem, you should remove the background color of all cells before formatting as table. You can do it before or after formating your set of cells as table:
In example, I want to remove only the yellow background color of my cells, but keep the red font color.
If you use the option clear formats it will delete ALL formats. I want just to delete the background color, so use this instead:
Select all your set of cells
In the ribbon options, select the background color palette
Select the option "no fill color" (My excel is in spanish, I don't know the exact name of the option in english, but it should be there)
This will remove only the background color. Notice in the image that the font color is still red :)
Hope this works for you.

Cell fill colour optionally not to print

I have a protected worksheet and keeping few cells are editable to user.
Which is filled with a green colour to indicate the user can edit the cell.
But at same time I want to print these cells without the background colour.
If I choose the option in page setup 'Print : Black/White'
, other cells, which i want to preserve the colour fill for, are also cleared e.g.
the top row (heading) is filled with a grey colour and the Total has a dark grey colour.
Conditional Formatting would be your best bet.
Otherwise I would use VBA to do this. I've done this by creating a print button and assigning it to a print macro.
The macro would consist of two functions:
Range(xxx).Interior.Color = xlNone
ActiveSheet.PrintPreview

How to use filter option for no fill

I would like to know the excel VBA coding for the below scenario.
I have highlighted the cells in yellow color that matches my condition and now i want to filter the no fill cells. But, the bad part is there is no cell that doesn't matches my condition and thus there is no cells without yellow color. which doesn't show the no fill option in the filter drop down.
How can i able to get the data of those no fill cells.
Change a color of one cell to empty (no color)
Start recording a macro
Select the filter for no color
Stop recording macro
Change color of cell to yellow again
Run recorded macro

LibreOffice Calc: Is there a possibility to copy a background color from another cell?

I have created a table that has a value on one column that I have used to generate a background colour (Format -> Conditional Formatting -> Color Scale... -> Colour Scale). Now I would like that all the row to have that colour. Is it possible to copy the background colour from another cell?
EDIT:
So this is my table:
And what I want is to colour all the cells from class group with the same colour as its total group.
Meaning that for the class 101 I want all the cells to have the same yellow-orange as the cell containing 592:
(this is done manually)
I want this to be some kind of formula, so any change in the last column is going to change all the colours. Is it possible?
Set the condition of each cell in a row to be the same as the condition you used for "total_group" cell in the same row. Meaning base the condition on the value of the "total_group" cell (Exact same condition no changes)
I found a simple workaround that effectively is a copy color operation:
Select the source cell. This will place the color of the cell into
the "recently used" section of the background color tool.
Select the target cell.
Select the color from the background color tool, where it is now easy to find in the "recently used" section.
The background color tool is next to the font color tool. The above method works in libreoffice 7.3

Resources