Dev Direct Solution Center

For more information and to buy this product...

Spreadsheet Calculations Using Bogemic Grid ActiveX

  For a copy of the sample project please click here to download and install the product evaluation.

Introduction

Bogemic Grid ActiveX component can be used to create applications that performs various calculations using built-in VBScript programming language and formulas.

Detail

Bogemic Grid ActiveX component can be used to implement various tabular calculations using built-in VBScript programming language and formulas.

Performing Calculations In VBScript

grid.Cell("A",0).Value = 10
grid.Cell("B",0).Value = 15
grid.Cell("A",1).Property(Prop_Formula)="=val(1,1)+val(2,1)"
Now tell grid to recalculate all formulas
grid.Recalc
Show the result of the calculation
MsgBox grid.Cell("A",1).Value

Visit Bogemic Software for more information and more samples.