Database Reference
In-Depth Information
Figure 13.3.13: The Macro to Make a Thick Red Border Around the Data.
Now that we have a main routine to build our graph and a common routine that will put a red border around
selected cells, we should update our VBA macro to use both pieces of code. The simple way to execute the
subroutine to make red borders is to call it by name as in the following command:
“CALL make_thick_red_outside_border”
All we need to do is insert this command into our original code, as shown in Figure 13.3.14.
Search WWH ::




Custom Search