View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
ChrisP ChrisP is offline
external usenet poster
 
Posts: 54
Default Push updates to other workbooks?

Great!!! Now my last question, how would I get this code to run when the user
closes the workbook?

Thanks again for all the wonderful answers!!!

"Mike H." wrote:

Assuming the passwords are "Frogs", the code is:

Workbooks.Open Filename:="c:\Sub1.xls", Password:="Frogs",
UpdateLinks:=3, WriteResPassword:="Frogs"