M
MM
Thanks Bryan,
I'm not familiar w/ how to use the Excel Object model. Could you brief me
or give me a location to study up on it?
Melanie
From: "Bryan Reich [MSFT]" <[email protected]>
Subject: Re: password protect excel spreadsheet through access macro
Date: Tuesday, February 10, 2004 4:41 PM
You won't be able to do this in one step through SendObject. You'll have to
create the excel file (through OutputTo for example), then use the Excel
object model to access the document and change it's properties, then send
the file as an attachment (through the outlook O.M. most likely). The other
option you could do if it fits your scenario is publish the documents to a
password protected share or shares and allow access to them that way.
I'm not familiar w/ how to use the Excel Object model. Could you brief me
or give me a location to study up on it?
Melanie
From: "Bryan Reich [MSFT]" <[email protected]>
Subject: Re: password protect excel spreadsheet through access macro
Date: Tuesday, February 10, 2004 4:41 PM
You won't be able to do this in one step through SendObject. You'll have to
create the excel file (through OutputTo for example), then use the Excel
object model to access the document and change it's properties, then send
the file as an attachment (through the outlook O.M. most likely). The other
option you could do if it fits your scenario is publish the documents to a
password protected share or shares and allow access to them that way.