' - We need to get to the desired cell, and then set the value. ' objExcel.Sheets(sheetName).Range("B3").Value = "45" ' objExcel.Sheets(sheetName).Range("C3").Value ...