J
Jesper
I'm using this to reference a cell in Excel:
objExcelDoc.Sheets(1).range("A1").Value = myvalue
how would this looks if I needed to use the R1C1 notation instead of A1?
Jesper
objExcelDoc.Sheets(1).range("A1").Value = myvalue
how would this looks if I needed to use the R1C1 notation instead of A1?
Jesper