I am using vbscript (.vbs file) to set the values of an excel sheet.
I can set the cell value as follows, objExcel.Cells(10, 10).Value = "someText" but if the cell has a name “myCell” is it possible to set this directly without knowing the cells actual location?
Many thanks
Try