摘要: Dim reportWebBrowser As New WebBrowser reportWebBrowser.CreateControl() reportWebBrowser.DocumentText = sbHTMLDoc.ToString While repor... 阅读全文
posted @ 2012-04-24 14:48 许阳 无锡 阅读(500) 评论(0) 推荐(0) 编辑
摘要: 在VBA中颜色是以OleColor的形式存在的,如果想要RGB的值需要经过一定的装换。代码如下:Sub ColorAlert(Color As Variant) Dim R%, G%, B% R = Color Mod 256 G = Color \ 256 Mod 256... 阅读全文
posted @ 2012-04-24 13:16 许阳 无锡 阅读(691) 评论(0) 推荐(0) 编辑