Enlaces externos a archivos encriptados

leirbag

New Member
Joined
Sep 19, 2008
Messages
5
Hey
Tengo un archivo maestro (I & GGAA - 1.10.1 (P).xls) que tiene enlaces a 10 archivos de excel encriptados. Debido a que quien maneja el maestro no puede ver toda la información que esta en los "esclavos". Obviamente cada vez que abro el archivo maestro me pide las contraseñas de los 10 enlaces, existe alguna forma de hacerlo automático?<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p></o:p>

<o:p></o:p>
Tengo este código, pero no me funciona.....:<o:p></o:p>
Workbooks.Open "D:\Documents and Settings\jgarcia\Desktop\MM\Presupuesto\1.8 Gerencia Recursos Humanos\Auxiliar\Gastos de Personal - 1.8 (P).xls", Password:="mm1273", WriteResPassword:="mm1273",UpdateLinks:=0 <o:p></o:p>
Gracias,<o:p></o:p>
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
yo tengo este siguiente codigo, que puede estar mal???



Sub TestPassword()
Workbooks.Open Filename:="D:\Documents and Settings\ino\Desktop\MM\Pres\1.8 G. R. H.\Auxiliar\GP - 1.8 (P).xls", UpdateLinks:=3, _
Password:="magna1273"
Workbooks.Open Filename:="D:\Documents and Settings\ino\Desktop\MM\Pres\1.1 A. G.\GGAA - 1.1 (P2).xls", UpdateLinks:=3
Workbooks("D:\Documents and Settings\ino\Desktop\MM\Pres\1.8 G. R. H.\Auxiliar\GP - 1.8 (P).xls").Close
End Sub
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,970
Messages
6,175,710
Members
452,667
Latest member
vanessavalentino83

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top