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.
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)"
grid.Recalc
MsgBox grid.Cell("A",1).Value
Visit
Bogemic Software
for more information and more samples.