Hello!
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
I have in a xls, ColA: statements, Col B:D: int values that I want to use them in RGB formula for a formatting in PPT .
I am not an expert I do not see a better/elegant solution and a “select case” it would be too long..
<o></o>
pCuloareRGB = CVar("RGB(Red:=" & valR & ", Green:=" & valG & ", Blue:=" & valB & ")")
the result: “RGB(Red:=255, Green:=0, Blue:=0)”
<o></o>
the error is: “Error 13” I do not know why it is still in string format (“ ”), because I used CVar conversion.
<o></o>
Thank you in advance for your help and my apologize for my English!
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o></o>
I have in a xls, ColA: statements, Col B:D: int values that I want to use them in RGB formula for a formatting in PPT .
I am not an expert I do not see a better/elegant solution and a “select case” it would be too long..
<o></o>
pCuloareRGB = CVar("RGB(Red:=" & valR & ", Green:=" & valG & ", Blue:=" & valB & ")")
the result: “RGB(Red:=255, Green:=0, Blue:=0)”
<o></o>
the error is: “Error 13” I do not know why it is still in string format (“ ”), because I used CVar conversion.
<o></o>
Thank you in advance for your help and my apologize for my English!