Check Cell Color in VBA

Each color in Excel has its index. You can get both background and font color with a shortcode. Let’s use the following example…

Posted On

Excel Add Text Based on Cell Value

To display text based on another cell, you have to use the conditional function IF.

The function displays the value in the…

Posted On

VBA copy range

There are a few ways you can copy a range in VBA. For example, you can copy only values or entire cells, including…

Posted On

Sum Function in VBA

As you know, you can use the SUM function or the autosum button to sum a range inside an Excel worksheet. But you can…

Posted On