Hi all,
Besides using the link syntax that links the value of another Excel onto the current Workbook : i.e.
=[ABC.xls]Sheet1!A1
I would like to do some manipulation in my VBA code before I put the value into a cell. Can I access a cell in another workbook without actually opening the file in VBA code?
Thx.