Break links Charts

G

GastonFranzini

Is there a way to break excel charts link in Word?
I have a document in word with excel charts links, I need to do the
edit>links>break links method.


The .unlink method just works with the mail merge fields.
Thanks
 
J

Jean-Guy Marcil

(e-mail address removed) was telling us:
(e-mail address removed) nous racontait que :
Is there a way to break excel charts link in Word?
I have a document in word with excel charts links, I need to do the



The .unlink method just works with the mail merge fields.

Not it does not.

ActiveDocument.Fields(1).Unlink

will work with any field, even a simple date field or a page number field.

What code were you using?

--
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
(e-mail address removed)
Word MVP site: http://www.word.mvps.org
 
G

GastonFranzini

Thanks,

I've figured it out,
The charts need to be in line with the text.
Thanks for your answer
Jean-Guy Marcil ha escrito:
 

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