Component: Microsoft Office Interface Components V1.1.d4
Delphi version : 4
Author : Ophart  Phonpalad
Address: Bangkok, Thailand
E-mail : ophart@ccs.co.th
-------------------------------------------------------
It contains 2 components in version 1.0.0

1. TGridToExcel
	1.1 Able to send data from TStringGrid or inherited form TStringGrid.
	1.2 Ignore column that its width less than 1.
	1.3 Able to specify starting row and column.
	1.4 Compatible with all version of Microsoft excel.
   	1.5 Property
		Grid		StringGrid name you want to send its data to excel
		ColStart	column started to send.
		RowStart	row started to send.
	1.6 Methods
		Exportdata:Boolean;	

2. TMemoToWord
	2.1 Able to send data (all lines) in Tmemo components to Microsoft word.
	2.2 Able to specify templates (*.dot) for that document.
	2.3 Compatible with all version of MicroSoft office
	2.4 Property
		Memo		Tmemo components you want to send its contents to word.
		Template	Document Templates name. (using absolute path such as, c:\ms offices\template\ex.dot)
	2.5 Methods
		Exportdata:Boolean;
/*******************************
Varsion 1.1.d4
	Bug fixed when templates files in TMemoToWord not found.
/*******************************
Remarks
for Delphi 2,3 or source code are available on requested.

Have Fun,
Ophart