VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

ExcelGraphAsWebpage

shivakumar  (3 Submissions)   Microsoft Office Apps/VBA   Visual Basic 5.0   Intermediate   Wed 3rd February 2021

It creates an Excel graph [using Excel] and converts the graph to an WebPage.

Inputs
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

Assumes
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].

Returns
As Boolean

Side Effects
-

API Declarations
-

Rate ExcelGraphAsWebpage (5(5 Vote))

Download ExcelGraphAsWebpage

ExcelGraphAsWebpage Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters