rgb255

  1. W

    Count for Group of Shape with different color

    Greetings, I have 4 shapes in one group in Excel Workbook, I want is when I color 2 shapes in yellow, Cells(6, 21) will appear 1 and cells(6, 22) will appear 2, and the other 2 shapes I color in blue, cells(9, 21) still remain 0 and Cells(9, 22) are 2. Below is my vba code I apply in my...
  2. T

    Code Skipping

    Hello, I have this piece of code that I am using to format a worksheet to later be used as a comparison template for another worksheet. Sub Comparison_Formatting() Dim LR As Long, _ i As Long LR = Sheets(1).Range("A" & Rows.Count).End(xlUp).Row With Application .ScreenUpdating =...
  3. D

    Inverting Chart Colour

    I would like to be able to add inverted chart colours with vba using RGB Here is what I tried to do but is not working correctly The first part is supposed to set the positive colour and the second part is supposed to set the negative colour ActiveSheet.ChartObjects("Chart 6").Activate...
  4. Red over White

    Changing graph rows by reference to a cell

    I have a line graph that can have a variable number (currently 31) of lines in it, some of which will be same colour. The macro currently reads: Sub InterestG1() Sheets("InterestG").Activate With ActiveChart ' 1 - 5 .SeriesCollection(1).Format.Line.ForeColor.RGB = RGB(192, 192, 192)...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top