this is using VB6
dim xl as new excel.application
xl.workbooks.open("c:\spreadsheet.xls")
xl.cells(1,1) = textbox1.text
xl.quit
set xl = nothing
you need to set the microsoft excel refererence as well first.
|
Results 1 to 6 of 6
Thread: spreadsheets againThreaded View
|
Click Here to Expand Forum to Full Width |