README.md
December 4, 2022 ยท View on GitHub
Description
It creates an Excel graph [using Excel] and converts the graph to an WebPage.
More Info
chartTitle As Variant, categoryAxisTitle As Variant, valueAxisTitle As Variant, seriesTitleA As Variant, categoryAxis As Variant, seriesDataA As Variant, seriesDataB As Variant, folderPathForWebPage As String, fileNameForWebPage As String
You have a project named [WebPageCreation] and have a command button to execute the process, in that you will construct the params needed to create an excel graph and the path to store the result as WebPage.
And also you have an Excel Sheet named [ExcelChart] in that you have a macro named [DrawBarChart] and a method that saves the graph as WebPage [CreateWebPage].
As Boolean
| Submitted On | 2002-09-17 08:47:06 |
| By | shivakumar |
| Level | Intermediate |
| User Rating | 5.0 (20 globes from 4 users) |
| Compatibility | VB 5.0, VB 6.0 |
| Category | Microsoft Office Apps/VBA |
| World | Visual Basic |
| Archive File | ExcelGraph1322299172002.zip |