------------------------------------------------------------------------
 Export to Excel Sample for iGrid ActiveX
 
 Control Version: 3.0, 5.0
 Environment: Visual Basic 6

 Copyright (c) 10Tec Company. All rights reserved.
------------------------------------------------------------------------

Description
===========
This demo allows you to export iGrid contents into any version of MS Excel which supports OLE Automation through VBA (97, 2000, XP, 2003, 2007, etc). It can also be used to print the contents of iGrid through MS Excel.

Short Code Explanation
======================
This code simply copies the iGrid cells, cell-by-cell, to a new MS Excel worksheet using OLE Automation.

Note that you have an option to save the cell texts as they appear on the screen, or you can save the real cell values if you need them for the future calculations. You cannot do that in the former case because the cell texts will be stored as strings; however, they will be formatted exactly as you can see them in iGrid.

Change List
===========
** 2014-Aug-27 **
1) The code based on iGrid 3.0 was upgraded for iGrid 5.0.