[AccessD] Open Protected Excel via VBA

Bob Heygood bheygood at abestsystems.com
Tue Jul 3 12:01:10 CDT 2007


Hey Jim,
Works Great  
Thanks so much.

Bob Heygood


-----Original Message-----
From: accessd-bounces at databaseadvisors.com
[mailto:accessd-bounces at databaseadvisors.com] On Behalf Of Hale, Jim
Sent: Monday, July 02, 2007 7:02 AM
To: Access Developers discussion and problem solving
Subject: Re: [AccessD] Open Protected Excel via VBA


If you meant protected sheets  within a workbook, 

appExcel.Sheets("instruc").Unprotect Password:=strPW

Works. If you meant to unprotect a Workbook try the following code
snippets:

   appexcel.Workbooks.Open strPath1 & "\" & strFilename, 0   
   appexcel.ActiveWorkbook.Unprotect Password:=strPW

Jim Hale



***********************************************************************
The information transmitted is intended solely for the individual or entity
to which it is addressed and may contain confidential and/or privileged
material. Any review, retransmission, dissemination or other use of or
taking action in reliance upon this information by persons or entities other
than the intended recipient is prohibited.
If you have received this email in error please contact the sender and
delete the material from any computer. As a recipient of this email, you are
responsible for screening its contents and the contents of any attachments
for the presence of viruses. No liability is accepted for any damages caused
by any virus transmitted by this email.

--
AccessD mailing list
AccessD at databaseadvisors.com
http://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com




More information about the AccessD mailing list