04-13-2006, 11:35 PM
How do you get cell value from specific file & specific sheet using ExcelSheet. So far I was only able to get cell value from specific sheet, but not specific to a file. Thanks in advance.
ExcelSheet question
|
04-13-2006, 11:35 PM
How do you get cell value from specific file & specific sheet using ExcelSheet. So far I was only able to get cell value from specific sheet, but not specific to a file. Thanks in advance.
04-14-2006, 07:28 AM
Create new member function ExcelSheet.Init2 and paste this.
function $book [VARIANT'sheet] [activatebook] [activatesheet]
04-14-2006, 03:24 PM
WoW....great!! thanks gintaras. btw ExcelSheet is awesome!
04-22-2006, 05:12 AM
Hi gintaras,
i would like to how to read/write to a cell value from specific file & specific sheet using ExcelSheet when the excel file is closed iam able to get/set the cell value when the excel file is open... thanks, Nithin
04-22-2006, 09:45 AM
You can start Excel invisible, and open the file:
str sfile="$personal$\book1.xls" The problem is that, if an error occurs, app.Quit is not executed, and Excel does not exit, and you'll have to end EXCEL process in Task Manager. To solve this problem, use this instead: str sfile="$personal$\book1.xls" Function ExcelQuit
04-22-2006, 11:34 AM
Thats wonderful...!!
thanks Gintaras.... |
« Next Oldest | Next Newest »
|