- 29 Set 2019 às 09:07
#48689
Bom dia. Alguem possui ou indique o site onde posso tabela de cores vba rgb ou hexadecimal para utilizar em meus projetos.
Depois de 9 anos, este fórum será desativado. Mas calma.... estamos migrando para uma comunidade no DISCORD. Junte-se a nós.
Sub CoresIdx() 'Gere tabela de índice de cores
Columns("A:D").Clear
Range("A1:D1").Value = Array("Letra preta", "Letra branca", "Letra color", "ColorIndex")
For Idx = 1 To 56
Range("A" & Idx + 1).Interior.ColorIndex = Idx: Range("A" & Idx + 1).Font.ColorIndex = 1
Range("B" & Idx + 1).Interior.ColorIndex = Idx: Range("B" & Idx + 1).Font.ColorIndex = 2
Range("D" & Idx + 1).Value = Idx: Range("C" & Idx + 1).Font.ColorIndex = Idx
Next
Range("A" & 1 + 1 & ":C" & Idx - 1 + 1).Value = "Teste"
End Sub
We have created lots of YouTube videos just so you can achieve [...]
The best flat phpBB theme around. Period. Fine craftmanship and [...]
All you need is right here. Content tag, SEO, listing, Pizza and spaghetti [...]
this should be fantastic. but what about links,images, bbcodes etc etc? [...]
Estamos migrando para uma comunidade no Discord