How can I unlink all the links by VBA?

  • Thread starter Thread starter Zoo
  • Start date Start date
Z

Zoo

Hi,

I have Word Doc files and PowerPoint PPT files.
In those, there are many objects linked to an Excel worksheet.
And I want to unlink all the links by VBA.

For doc files, I succeeded in that with the following Word VBA code:
Documents(i).Fields.Unlink

I seek corresponding code of PowerPoint VBA.
Thanks in advance.
 
That is exactly what I've looked for.
I have never known such a hidden commandbar control (Id:=2956) before.
Thank you , so much.
 
Back
Top