D
Dr3Bob
FileName:="C:\Book1.xls!Sheet1!R1C1:R6C3", I am using AddOLEObject to insert
a Visio drawing into a word document using VBA. I am using the
Shapes.AddOLEObject. I know that for an Excel object you can specify a range
(e.g. FileName:="C:\Book1.xls!Sheet1!R1C1:R6C3") in the file name.
What is the syntax for referencing a page within the Visio file?
In Word 2003 it was something like FileName:="C:\MyFile.vsd#MyPage". This
does not appear to work in Word 2007.
a Visio drawing into a word document using VBA. I am using the
Shapes.AddOLEObject. I know that for an Excel object you can specify a range
(e.g. FileName:="C:\Book1.xls!Sheet1!R1C1:R6C3") in the file name.
What is the syntax for referencing a page within the Visio file?
In Word 2003 it was something like FileName:="C:\MyFile.vsd#MyPage". This
does not appear to work in Word 2007.