Pastes string data into the Grid, but not into cells that are marked as read-only (by background color = CellNoEdit). S$ has column entries separated by tabs, rows separated by vbCrLf (as used by the MSFlexGrid Clip command).
Example:
Call EcGrid1.Paste(S$) 'Paste data in S$ into selected cell
Copyright © 2005, Encore Consulting Pty Ltd