Post Reply 
Direct writing to Spreadsheet
09-16-2015, 12:26 PM
Post: #2
RE: Direct writing to Spreadsheet
Are you looking for something like
Code:
Spreadsheet.Cell(1,4):=value
?
If you have more than one spreadsheet app, you have to
adjust the spreadsheet name accordingly,
for e.g.
Code:
spread1.Cell(2,3):=yourvalue

Cheers, thomas
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Direct writing to Spreadsheet - Powersoft - 09-16-2015, 11:16 AM
RE: Direct writing to Spreadsheet - Thomas_Sch - 09-16-2015 12:26 PM



User(s) browsing this thread: 1 Guest(s)