开发者

How do I convert a Hex color to VBA color to use in Powerpoint in T-SQL?

开发者 https://www.devze.com 2023-03-24 03:36 出处:网络
I need to create开发者_JAVA百科 a function in T-SQL that will take a Hex color and convert it into a color number to use in VBA for Powerpoint.Here is the correct answer: B*65536 + G*256 + R

I need to create开发者_JAVA百科 a function in T-SQL that will take a Hex color and convert it into a color number to use in VBA for Powerpoint.


Here is the correct answer: B*65536 + G*256 + R

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号