embedded excel breaklink error

  • Thread starter embedded excel breaklink error
  • Start date
E

embedded excel breaklink error

I have a presentation with many embedded excel objects. Some cells in the
embedded objects are linked to an external spreadsheet. I have a macro that
loops through all shapes and calls updatelink. Something like this:

Shapes(J).OLEFormat.Object.Application.Workbooks(1).UpdateLink Name:=
"data.xls", Type :=1

I also need changelink and breaklink. Updatelink and changelink both work,
but breaklink gets me an "automation error: the server threw an exception"

What am I doing wrong?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top