Using ADO to write into a spreadsheet
Does anyone have a simple example of VBA ADO code that can WRITE
data into cell A1 of a file named "data.xlsm"?
I have code that can READ the contents of A1 using the "select"
command. Now I'm need to figure out how to WRITE data into A1.
Do I need to use the "insert into" command? How?
Thanks.
|