hello
is it possible to read the contents of an excel cell(the contents being a formula) e.g. reading the cell A30 which has the value
value a30 =c30*e30
and then storing it to a variable say cellstore in VB and then writing a contents of cellstore (which should be =c30*e30) to the second sheet in the workbook
is it possible to use say cell.formula if there is such a thing?
