N
none
I have some embedded documents in an excel worksheet. Is there a VBA
command to clear/delete the embedded documents in a range of fields?
I have tried
Selection.ClearContents
and then
Selection.Delete
, with no success (the document may move fields, but is still in
there):
Thanks!
command to clear/delete the embedded documents in a range of fields?
I have tried
Selection.ClearContents
and then
Selection.Delete
, with no success (the document may move fields, but is still in
there):
Thanks!