A little help is needed here, im trying to make a dialog to write to excel. I found a little help and me and this guy `online` came up with the following;
;alias excel {
; echo $excel(file,sheet,row,line)
;comopen e Excel.Application
;if $comerr || !$isdde(excel) || !$isfile($1) { return }
;dde -e excel system [open(" $+ $1 $+ ")]
;var -s %data = $dde(excel,$+([,$nopath($1),],$2),$+(R,$3,C,$4))
;dde -e excel system [quit()]
;comclose e
;return %data
;}


can any of you out there help me finish this?
Im using 6.3 and trying to write to microsoft access

Last edited by root; 31/07/03 08:41 PM.