No BSD License  

Highlights from
FastFillGrid

image thumbnail
from FastFillGrid by Michael Robbins
Populates a grid, i.e. Microsoft Spreadsheet Object, with a cell array.

GetActCell(Spreadsheet1,ActSheet,r,c)
function ActCell = GetActCell(Spreadsheet1,ActSheet,r,c)

XLfmt = nn2an(r,c);
Select(Range(ActSheet,XLfmt));
ActCell = get(Spreadsheet1,'ActiveCell');

Contact us at files@mathworks.com