Question re accessing Spreadsheet Cells
|
12-18-2014, 08:13 AM
(This post was last modified: 12-18-2014 08:18 AM by bobkrohn.)
Post: #1
|
|||
|
|||
Question re accessing Spreadsheet Cells
to programmatically address a Spreadsheet Cell according to the User Guide:
"Spreadsheet.A1" would retrieve the contents of Cell A1 Is there a way to use a variable for the Cell reference? Something like: MyCellRef:="A1"; Spreadsheet.MyCellRef; or MyCol:="A"; MyRow:=1; MyCellRef:=MyCol + MyRow; Spreadsheet.MyCellRef; Nice if the Function for getting or setting a Cell was: X:=Spreadsheet.(Row,Col); or X:=Spreadsheet.Cell(Row,Col); |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Question re accessing Spreadsheet Cells - bobkrohn - 12-18-2014 08:13 AM
RE: Question re accessing Spreadsheet Cells - Snorre - 12-18-2014, 08:55 AM
RE: Question re accessing Spreadsheet Cells - bobkrohn - 12-18-2014, 10:04 AM
RE: Question re accessing Spreadsheet Cells - Snorre - 12-18-2014, 11:26 AM
RE: Question re accessing Spreadsheet Cells - bobkrohn - 12-19-2014, 05:45 AM
|
User(s) browsing this thread: 1 Guest(s)