S
Scott
I need to copy the shape data from one shape to another. I've placed the
formula below in the appropriate loops to iterate through all of the cells in
each row in the section:
shpTo.CellsSRC(visSectionProp, ixRow, ixCol).FormulaForceU = _
shpFrom.CellsSRC(visSectionProp, ixRow, ixCol).FormulaU
A couple of questions:
1) Am I correct in assuming that I need to copy cell-by-cell and that I
cannot copy an entire row at once?
2) After I copy all the cells using the above formula is there anything else
I need to copy or set that is not in the rows?
formula below in the appropriate loops to iterate through all of the cells in
each row in the section:
shpTo.CellsSRC(visSectionProp, ixRow, ixCol).FormulaForceU = _
shpFrom.CellsSRC(visSectionProp, ixRow, ixCol).FormulaU
A couple of questions:
1) Am I correct in assuming that I need to copy cell-by-cell and that I
cannot copy an entire row at once?
2) After I copy all the cells using the above formula is there anything else
I need to copy or set that is not in the rows?