Is there a way to exclude copying drawing objects when calling Range.Copy?
Thanks.
Is there a way to exclude copying drawing objects when calling Range.Copy?
Thanks.
I think you may try to use Range.CopyData or Range.CopyValue method for the purpose. Alternatively, you may remove or hide all drawing shapes before implementing the copy operation.