Word VBA

C

cayantgee

What are the vba codes to update linked excel tables /graphs in word.
With or without opening the excel file.

Thanks a lot
 
G

Graham Mayor

Linked items are fields so

Selection.Fields.Update


--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
C

cayantgee

How do I specify which table to update?
Is this the same as Edit links ...update in word?

Thanks
 
Top