<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title></title>
</head>
<body>
  If you dont need heavy duty security, why not shell out to Winzip<br>
 zip the xls file and password protect it., at least it is not in clear.<br>
<br>
With Excel 2002, this is easier you can  dump the spreadsheet to XML<br>
pass it through a SOAP server or .net web service and send it with basic<br>
password authorization and SSL then reconstitute the XML into Excel at the
other end.<br>
You could do this in Excel 97 but you would have to use some XSLT  to convert
csv to XML<br>
Lots of samples of this xslt on the web. It would require knowledge of SOAP
tool kits. Definitely a long way around for a shortcut.<br>
<br>
<br>
<br>
John W. Colby wrote:<br>
<blockquote type="cite"
 cite="midDCEFJAOENMNENLAAOFGPAEIADFAA.jcolby@ColbyConsulting.com">
  <pre wrap="">Secure how?  If it is personal information, it should be encrypted, or sent
over a VPN.

John W. Colby
Colby Consulting
<a class="moz-txt-link-abbreviated" href="http://www.ColbyConsulting.com">www.ColbyConsulting.com</a>

-----Original Message-----
From: <a class="moz-txt-link-abbreviated" href="mailto:accessd-bounces@databaseadvisors.com">accessd-bounces@databaseadvisors.com</a>
[<a class="moz-txt-link-freetext" href="mailto:accessd-bounces@databaseadvisors.com">mailto:accessd-bounces@databaseadvisors.com</a>]On Behalf Of Bucher, Dave
Sent: Wednesday, April 02, 2003 5:27 PM
To: '<a class="moz-txt-link-abbreviated" href="mailto:accessd@databaseadvisors.com">accessd@databaseadvisors.com</a>'
Subject: [AccessD] Securing an Excel file programmatically from Access 


Hi Everyone-

Great praise to all you gurus who I've garnered much from in the past.

Using Access97 and Excel97 ... I'm using DoCmd.OutputTo in Access to output
reports in .xls format and programatically send (twice a month) to a client
outside our network.  The problem is, our network is secure and client's
isn't, so the folks enforcing the big bad fed privacy laws don't want to let
us send things with the push of a button!  Talk about trying to keep good
gov't. down!

Does anyone have code to secure the newly (OutputTo) created Excel worksheet
after it has been created prior to sending?

Thanks much!

Dave Bucher
Information Technology Specialist
Children's Research, Planning and Evaluation

"Launch your boat, oh blessed youth, and flee at full speed from every form
of culture."--Epicurus

_______________________________________________
AccessD mailing list
<a class="moz-txt-link-abbreviated" href="mailto:AccessD@databaseadvisors.com">AccessD@databaseadvisors.com</a>
<a class="moz-txt-link-freetext" href="http://databaseadvisors.com/mailman/listinfo/accessd">http://databaseadvisors.com/mailman/listinfo/accessd</a>
Website: <a class="moz-txt-link-freetext" href="http://www.databaseadvisors.com">http://www.databaseadvisors.com</a>



----------------------------------------------------
Is email taking over your day?  Manage your time with eMailBoss.  
Try it free!  <a class="moz-txt-link-freetext" href="http://www.eMailBoss.com">http://www.eMailBoss.com</a>
  </pre>
  <pre wrap="">
<hr width="90%" size="4">
_______________________________________________
AccessD mailing list
<a class="moz-txt-link-abbreviated" href="mailto:AccessD@databaseadvisors.com">AccessD@databaseadvisors.com</a>
<a class="moz-txt-link-freetext" href="http://databaseadvisors.com/mailman/listinfo/accessd">http://databaseadvisors.com/mailman/listinfo/accessd</a>
Website: <a class="moz-txt-link-freetext" href="http://www.databaseadvisors.com">http://www.databaseadvisors.com</a>
  </pre>
</blockquote>
<br>
</body>
</html>