R
RWN
Converting template that worked well under both '97 & 2k (under NT and
2kPro resp) to wd'03 on XP network.
Macro gets a sheet from an XL workbook and inserts it into the document
(a rate table).
The offending statement is;
With Selection
.InsertFile FileName:=PSDir(0) & PSName, Range:="conrate!", _
ConfirmConversions:=False, Link:=False, Attachment:=False
End With
(The "Range" is the sheet name in the workbook.)
Problem - errs out w/message "Bookmark not found". I have determined
that it's objecting to the Range parameter.
Has something fundamental changed in '03 vs. 97/2k, or have I been
"lucky" so far?
Couldn't get a hint (that I could see) from Help and the content of the
Help screen hasn't changed between versions.
Hints?
2kPro resp) to wd'03 on XP network.
Macro gets a sheet from an XL workbook and inserts it into the document
(a rate table).
The offending statement is;
With Selection
.InsertFile FileName:=PSDir(0) & PSName, Range:="conrate!", _
ConfirmConversions:=False, Link:=False, Attachment:=False
End With
(The "Range" is the sheet name in the workbook.)
Problem - errs out w/message "Bookmark not found". I have determined
that it's objecting to the Range parameter.
Has something fundamental changed in '03 vs. 97/2k, or have I been
"lucky" so far?
Couldn't get a hint (that I could see) from Help and the content of the
Help screen hasn't changed between versions.
Hints?