Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Not that I am aware of.
-- Regards, Tom Ogilvy "Nick S" wrote in message ... Thanks Tom that solves one problem, I am using links and in order that I dont receive the updating links warning message open one file from another with the following code Private Sub Workbook_Open() Dim strPath As String strPath = "\\Fiesta\Wg_memb_sec\Community Dividend\New Payments\Admin\Chq Details\" Workbooks.Open strPath & "Cheque Payment Run.xls", UpdateLinks:=True Windows("Payment Control.xls").Activate ActiveWindow.Close SaveChanges:=False End Sub Can I add code so that I will not have to manually enter all the passwords for the 7 linked files. Thanks Nick. -- Nick S ------------------------------------------------------------------------ Nick S's Profile: http://www.excelforum.com/member.php...o&userid=16512 View this thread: http://www.excelforum.com/showthread...hreadid=483480 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Password Protected Files | Excel Discussion (Misc queries) | |||
Opening a password-protected spreadsheet from a website link | Excel Discussion (Misc queries) | |||
password protected page not opening by web query | Excel Worksheet Functions | |||
Excel password protected not opening up on just one PC. | Excel Discussion (Misc queries) | |||
how to automate opening a password protected excel file? e.g. a .xls that has a password set in the security tab. | Excel Worksheet Functions |