Microsoft Excel Magic : How to make colors automatically, using the R G B value?

Поділитися
Вставка
  • Опубліковано 11 січ 2025

КОМЕНТАРІ • 14

  • @neileyre6019
    @neileyre6019 8 років тому +12

    Just in case anyone else makes the same mistake as I did, the x1Up should use a lower case L and not a 1as it seems to appear. Otherwise you'll get an error.
    Many thanks to Ger Plante on the superb Ozgrid.com forum for the clarification

  • @SirChickenMacNugget
    @SirChickenMacNugget 6 років тому +1

    Thanks for this, and thanks to Neil Eyre in the comments for the fix of 1 to l, fixed it for me.

  • @abhrakumar1129
    @abhrakumar1129 4 роки тому +1

    Is there any option to get RGB value in cells from fill colour?

  • @ravishanker8539
    @ravishanker8539 6 років тому +3

    Hi David, nice video. Is it possible to convert a spectrum (reflactance/transmittance) into CIE/RGB values in excel?

    • @ReesSorby22
      @ReesSorby22 5 років тому +2

      hello, if you want a worksheet for this let me know!

  • @eg7029
    @eg7029 3 роки тому

    Wunderbar! thanks for sharing this !

  • @zeeshansarfaraz8985
    @zeeshansarfaraz8985 3 роки тому

    How can i get sheet ?

  • @love131424
    @love131424 8 років тому +1

    thank~ your video help me a lot ~

  • @ansgenterprise5876
    @ansgenterprise5876 6 років тому +1

    hey, can you please send me the code ?

    • @akss3638
      @akss3638 3 роки тому +2

      lastrow = Cells(Rows.Count, 1).End(xlUp).Row
      For i = 2 To lastrow
      R = Range(Cells(i, 1), Cells(i, 1)).Value
      G = Range(Cells(i, 2), Cells(i, 2)).Value
      B = Range(Cells(i, 3), Cells(i, 3)).Value
      Range(Cells(i, 4), Cells(i, 4)).Interior.Color = RGB(R, G, B)
      Next i

  • @geoistalking
    @geoistalking 7 років тому +1

    you are cool=)))