Hello all,
In VBA Word2000 I use the macro fs.copyfile <target>, < destination> to copy
a file.
When the file is ReadOnly it wouldn't work (?). So I copy the file, without
Read Only, but in the destination folder I want the file to be Read Only (via
VBA Word 200).
any suggestions??
Karl E. Peterson - 24 Feb 2006 18:30 GMT
> In VBA Word2000 I use the macro fs.copyfile <target>, < destination>
> to copy a file.
[quoted text clipped - 4 lines]
>
> any suggestions??
Take a look at the SetAttr method.

Signature
Working without a .NET?
http://classicvb.org/
Peter Faulhaber - 25 Feb 2006 09:21 GMT
> > In VBA Word2000 I use the macro fs.copyfile <target>, < destination>
> > to copy a file.
[quoted text clipped - 6 lines]
>
> Take a look at the SetAttr method.