Support Board
Date/Time: Mon, 26 May 2025 00:38:49 +0000
Post From: Spreadsheet Functions
[2013-07-28 20:02:21] |
gabby alindogan - Posts: 49 |
I would like to rephrase my earlier question. If I use the SC spreadsheet , is there a way to access its cell values using VB6. Something like set qp = getobject(c:mystudy.scwbf) qp.worksheets(Sheet1).activate qp.activesheet.cells(1,1)="test" lastprice=qp.activesheet.cells(2,2) Thanks. |