Take a look to this website: http://www.w3schools.com/ado/ado\_examples.asp Bye, LAURA :)
L
laurarana
@laurarana
Posts
-
new to vb -
VBA & Excel & HTMLHi, I am developing a Visual Basic Project that takes a lot of data from a DB and generates an Excel Chart. Then, I have to save the chart in HTML format, because the chart is viewed in a web page. I have to put a background color accordying to the web site style. But Excel don't accept the background color that I need to fix. It seems that color palette in Excel is limited to few colors. I tried also with a background picture, but it covers only the chart area, and the HTML generated code creates an image for the chart and the body background color remains white... Anybody knows how can I resolve this problem? :confused: Thanks in advance, LAURA