H
Harry
Good Afternoon everyone:
I have an Excel document linked into my Word Document.
I inserted the link by highlighting the section of the Excel worksheet,
copying,
selecting the word document,
Paste -> Special -> Paste Link -> Microsoft Office Excel Worksheet Object
The link refers to R13C3:R16C7 in my Excel Sheet (C13:G16)
I can get the properties of the link using
ThisDocument.Fields(i).OLEFormat.Label
(where i is an integer representing the Field in Question)
How can I change the link through VBA so that it is C10:G13 of the same
Excel Sheet?
thanks,
Harry
I have an Excel document linked into my Word Document.
I inserted the link by highlighting the section of the Excel worksheet,
copying,
selecting the word document,
Paste -> Special -> Paste Link -> Microsoft Office Excel Worksheet Object
The link refers to R13C3:R16C7 in my Excel Sheet (C13:G16)
I can get the properties of the link using
ThisDocument.Fields(i).OLEFormat.Label
(where i is an integer representing the Field in Question)
How can I change the link through VBA so that it is C10:G13 of the same
Excel Sheet?
thanks,
Harry