A
Andy
My application copies cells between shapes, some of these cells exists
on both the source and destination shapes other exists only on one or
other.
I am currently checking if the cell exists on the destination shape
and the source shape before doing the copy of the cell. Is it better to
do these checks or to ignore the checks and just use 'On Error Resume
Next' to ignore any errors.
Any suggestions,
thanks Andy
on both the source and destination shapes other exists only on one or
other.
I am currently checking if the cell exists on the destination shape
and the source shape before doing the copy of the cell. Is it better to
do these checks or to ignore the checks and just use 'On Error Resume
Next' to ignore any errors.
Any suggestions,
thanks Andy