Coloring the content

Colors help us to emphasize the contents of the worksheet, and the VBA allows you to do so through the code. You can change the colors of the font, background or cell border. This can be done in several ways: by specifying a VBA constant representing color, by typing a color code or by specifying a RGB color combination using the same name function …

Formatting objects

Since version 2007, Excel has been enriched with a wealth of options for “beautifying” reports, and from version to version it offers more of these functionalities that can be applied to the formatting of all graphic objects, whether these are charts or their elements, images, shapes, schemes … The following text will show how the appearance of the graphic object can change: its body, frames, the use of special formatting styles …